summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-04 06:59:57 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-04 06:59:57 +0200
commit8003edf130fdcf784cdd8d689dbbcf563ef69062 (patch)
tree81a5a1f8747f2aa613914555cf3bf788f0a1d431 /testdata
parenta4c615aeeed83787049e33eca12c7615692a1394 (diff)
refactoring
Diffstat (limited to 'testdata')
-rw-r--r--testdata/typesig.reject.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/typesig.reject.out b/testdata/typesig.reject.out
index 796ec87f..0561886c 100644
--- a/testdata/typesig.reject.out
+++ b/testdata/typesig.reject.out
@@ -1,6 +1,6 @@
1focus checkMetas: \(a :: Type) -> (\(b :: Type) -> primFix a b) 1focus checkMetas: \(a :: Type) -> (\(b :: Type) -> primFix a b)
2 let a = Type in \(c :: Type) -> <<HERE>> 2 let a = Type in \(c :: Type) -> <<HERE>>
3\(a :: Type ~ _a) (b :: _a ~ X) -> typeAnn _a (labend X) 3\(a :: Type ~ _a) (b :: _a ~ X) -> typeAnn _a (_rhs X)
4------------ trace 4------------ trace
5'X :: Type 5'X :: Type
6X :: X 6X :: X
@@ -8,7 +8,7 @@ case'X :: forall (a :: X -> Type) -> a 'X -> forall (b :: X) -> a b
8match'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
9!focus checkMetas: \(a :: Type) -> (\(b :: Type) -> primFix a b) 9!focus checkMetas: \(a :: Type) -> (\(b :: Type) -> primFix a b)
10 let a = Type in \(c :: Type) -> <<HERE>> 10 let a = Type in \(c :: Type) -> <<HERE>>
11\(a :: Type ~ _a) (b :: _a ~ X) -> typeAnn _a (labend X) 11\(a :: Type ~ _a) (b :: _a ~ X) -> typeAnn _a (_rhs X)
12------------ tooltips 12------------ tooltips
13testdata/typesig.reject.lc 4:6-4:7 13testdata/typesig.reject.lc 4:6-4:7
14 Type | Type | Type | Type | Type 14 Type | Type | Type | Type | Type