summaryrefslogtreecommitdiff
path: root/testdata/typesig.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-04 11:01:16 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-04 11:01:16 +0200
commit51b37f58afba2c9aaf80bb49267aa7b74f757d52 (patch)
treef6f3cf5c3f079dc8559fefd470effba7b3e0933a /testdata/typesig.reject.out
parent4fd500adc5a8eee72caca044bac5fd11ef10c6b5 (diff)
improve pretty print
Diffstat (limited to 'testdata/typesig.reject.out')
-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 27b06da5..3e0ba61d 100644
--- a/testdata/typesig.reject.out
+++ b/testdata/typesig.reject.out
@@ -1,4 +1,4 @@
1focus checkMetas: \(a :: Type) -> (\b -> primFix a b) 1focus checkMetas: \(a :: Type) -> ((\b -> primFix a b) :: (a -> a) -> a)
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 (_rhs X) 3\(a :: Type ~ _a) (b :: _a ~ X) -> typeAnn _a (_rhs X)
4------------ trace 4------------ trace
@@ -6,7 +6,7 @@ focus checkMetas: \(a :: Type) -> (\b -> primFix a b)
6X :: X 6X :: X
7case'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
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 -> primFix a b) 9!focus checkMetas: \(a :: Type) -> ((\b -> primFix a b) :: (a -> a) -> a)
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 (_rhs X) 11\(a :: Type ~ _a) (b :: _a ~ X) -> typeAnn _a (_rhs X)
12------------ tooltips 12------------ tooltips