summaryrefslogtreecommitdiff
path: root/testdata/typesig.reject.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/typesig.reject.out')
-rw-r--r--testdata/typesig.reject.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/testdata/typesig.reject.out b/testdata/typesig.reject.out
index cc45ae6e..e3dc50d4 100644
--- a/testdata/typesig.reject.out
+++ b/testdata/typesig.reject.out
@@ -1,11 +1,11 @@
1focus checkMetas: \a -> (\(b :: Type) -> primFix a b) (\(a := Type) -> \(c :: Type) -> <<HERE>>) 1focus checkMetas: \a -> (\b -> primFix a b) (\(a := Type) -> \c -> <<HERE>>)
2\(d :: Type ~ _a) (e :: _a ~ 'X) -> typeAnn _a (labend X) 2\(d :: Type ~ _a) (e :: _a ~ 'X) -> typeAnn _a (labend X)
3------------ trace 3------------ trace
4'X :: Type 4'X :: Type
5X :: 'X 5X :: 'X
6'XCase :: (a :: 'X -> Type) -> a X -> (b :: 'X) -> a b 6'XCase :: forall (a :: 'X -> Type) -> a X -> forall (b :: 'X) -> a b
7match'X :: (a :: Type -> Type) -> a 'X -> (b :: Type) -> a b -> a b 7match'X :: forall (a :: Type -> Type) -> a 'X -> forall b -> a b -> a b
8!focus checkMetas: \a -> (\(b :: Type) -> primFix a b) (\(a := Type) -> \(c :: Type) -> <<HERE>>) 8!focus checkMetas: \a -> (\b -> primFix a b) (\(a := Type) -> \c -> <<HERE>>)
9\(d :: Type ~ _a) (e :: _a ~ 'X) -> typeAnn _a (labend X) 9\(d :: Type ~ _a) (e :: _a ~ 'X) -> typeAnn _a (labend X)
10------------ tooltips 10------------ tooltips
11testdata/typesig.reject.lc 4:6-4:7 Type 11testdata/typesig.reject.lc 4:6-4:7 Type