summaryrefslogtreecommitdiff
path: root/testdata/typesig.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-11 20:57:07 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-12 00:50:34 +0200
commite4725c07ee3e7e3fc010df418d16f37c39b0af0f (patch)
treecb10e1d1203eed875955097311ccbe0943564226 /testdata/typesig.reject.out
parent95e006bf5afa8d3473e3fe4401f4c9316186a428 (diff)
mutual function definitions
Diffstat (limited to 'testdata/typesig.reject.out')
-rw-r--r--testdata/typesig.reject.out22
1 files changed, 6 insertions, 16 deletions
diff --git a/testdata/typesig.reject.out b/testdata/typesig.reject.out
index 60f0c6c8..f6e2660e 100644
--- a/testdata/typesig.reject.out
+++ b/testdata/typesig.reject.out
@@ -1,28 +1,18 @@
1focus checkMetas: 1can't find: x in testdata/typesig.reject.lc:6:6:
2\(a :: Type) -> ((\b -> primFix a b) :: (a -> a) -> a) 2x :: x
3 let a = Type in \(c :: Type) -> <<HERE>> 3 ^
4---
5\(a :: CW (Type ~ _a)) (b :: CW (_a ~ X)) -> typeAnn _a (_rhs X) :: _a
6------------ trace 4------------ trace
7'X :: Type 5'X :: Type
8X :: X 6X :: X
9case'X :: forall (a :: X -> Type) -> a 'X -> forall (b :: X) -> a b 7case'X :: forall (a :: X -> Type) -> a 'X -> forall (b :: X) -> a b
10match'X :: forall (a :: Type -> Type) -> a X -> forall b -> a b -> a b 8match'X :: forall (a :: Type -> Type) -> a X -> forall b -> a b -> a b
11!focus checkMetas: 9!can't find: x in testdata/typesig.reject.lc:6:6:
12\(a :: Type) -> ((\b -> primFix a b) :: (a -> a) -> a) 10x :: x
13 let a = Type in \(c :: Type) -> <<HERE>> 11 ^
14---
15\(a :: CW (Type ~ _a)) (b :: CW (_a ~ X)) -> typeAnn _a (_rhs X) :: _a
16------------ tooltips 12------------ tooltips
17testdata/typesig.reject.lc 4:6-4:7 13testdata/typesig.reject.lc 4:6-4:7
18 Type | Type | Type | Type | Type 14 Type | Type | Type | Type | Type
19testdata/typesig.reject.lc 4:6-4:11 15testdata/typesig.reject.lc 4:6-4:11
20 Type 16 Type
21testdata/typesig.reject.lc 4:10-4:11 17testdata/typesig.reject.lc 4:10-4:11
22 X
23testdata/typesig.reject.lc 6:6-6:7
24 _b
25testdata/typesig.reject.lc 6:6-7:6
26 _c
27testdata/typesig.reject.lc 7:5-7:6
28 X \ No newline at end of file 18 X \ No newline at end of file