summaryrefslogtreecommitdiff
path: root/testdata/typesig.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-01 19:13:34 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-01 19:13:34 +0200
commit90e336391673ac1cf9ff582e98e35faf89a8f09d (patch)
tree0b7a14dbfc5734c07c2ae4ed34cb679fecd10d3f /testdata/typesig.reject.out
parent1a7544763729938e7009ead1e375e9bbf413afb0 (diff)
improve pretty print layout & show desugared source code in .out files
Diffstat (limited to 'testdata/typesig.reject.out')
-rw-r--r--testdata/typesig.reject.out6
1 files changed, 4 insertions, 2 deletions
diff --git a/testdata/typesig.reject.out b/testdata/typesig.reject.out
index 909ee06d..aa062c93 100644
--- a/testdata/typesig.reject.out
+++ b/testdata/typesig.reject.out
@@ -1,11 +1,13 @@
1focus checkMetas: \(a :: Type) -> (\(b :: Type) -> primFix a b) \(a := Type) -> \(c :: Type) -> <<HERE>> 1focus checkMetas: \(a :: Type) -> (\(b :: Type) -> primFix a b)
2 \(a := Type) -> \(c :: Type) -> <<HERE>>
2\(d :: Type ~ _a) (e :: _a ~ X) -> typeAnn _a (labend X) 3\(d :: Type ~ _a) (e :: _a ~ X) -> typeAnn _a (labend X)
3------------ trace 4------------ trace
4'X :: Type 5'X :: Type
5X :: X 6X :: X
6'XCase :: forall (a :: X -> Type) -> a 'X -> forall (b :: X) -> a b 7'XCase :: forall (a :: X -> Type) -> a 'X -> forall (b :: X) -> a b
7match'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
8!focus checkMetas: \(a :: Type) -> (\(b :: Type) -> primFix a b) \(a := Type) -> \(c :: Type) -> <<HERE>> 9!focus checkMetas: \(a :: Type) -> (\(b :: Type) -> primFix a b)
10 \(a := Type) -> \(c :: Type) -> <<HERE>>
9\(d :: Type ~ _a) (e :: _a ~ X) -> typeAnn _a (labend X) 11\(d :: Type ~ _a) (e :: _a ~ X) -> typeAnn _a (labend X)
10------------ tooltips 12------------ tooltips
11testdata/typesig.reject.lc 4:6-4:7 Type 13testdata/typesig.reject.lc 4:6-4:7 Type