summaryrefslogtreecommitdiff
path: root/testdata/typesig.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-28 22:43:51 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-28 22:43:51 +0200
commit67fd4cabceda047750c19e9bef98e0c25c6ed7dd (patch)
treee64ac6cd1de2583e13f386421b952f32ffb8f955 /testdata/typesig.reject.out
parent56f6e4fb7b8c0fc6545843d467412fbfa8acb277 (diff)
switch to Haskell style syntax in pretty print
Diffstat (limited to 'testdata/typesig.reject.out')
-rw-r--r--testdata/typesig.reject.out16
1 files changed, 8 insertions, 8 deletions
diff --git a/testdata/typesig.reject.out b/testdata/typesig.reject.out
index 50c13202..1b78a5c8 100644
--- a/testdata/typesig.reject.out
+++ b/testdata/typesig.reject.out
@@ -1,16 +1,16 @@
1focus checkMetas: \a -> (\(b:Type) -> primFix a b) (\(a:=Type) -> \(c:Type) -> <<HERE>>) 1focus checkMetas: \a -> (\(b :: Type) -> primFix a b) (\(a := Type) -> \(c :: Type) -> <<HERE>>)
2\(a : Type~a_) (b : a_~'X) -> typeAnn a_ (labend X) 2\(a :: Type ~ _a) (b :: _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 :: (a :: 'X -> Type) -> a X -> (b :: 'X) -> a b
7match'X :: (a : Type->Type) -> a 'X -> (b:Type) -> a b -> a b 7match'X :: (a :: Type -> Type) -> a 'X -> (b :: Type) -> a b -> a b
8!focus checkMetas: \a -> (\(b:Type) -> primFix a b) (\(a:=Type) -> \(c:Type) -> <<HERE>>) 8!focus checkMetas: \a -> (\(b :: Type) -> primFix a b) (\(a := Type) -> \(c :: Type) -> <<HERE>>)
9\(a : Type~a_) (b : a_~'X) -> typeAnn a_ (labend X) 9\(a :: Type ~ _a) (b :: _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
12testdata/typesig.reject.lc 4:6-4:11 Type 12testdata/typesig.reject.lc 4:6-4:11 Type
13testdata/typesig.reject.lc 4:10-4:11 X 13testdata/typesig.reject.lc 4:10-4:11 X
14testdata/typesig.reject.lc 6:6-6:7 b_ 14testdata/typesig.reject.lc 6:6-6:7 _b
15testdata/typesig.reject.lc 6:6-7:6 a_->a_ | c_ 15testdata/typesig.reject.lc 6:6-7:6 _a -> _a | _c
16testdata/typesig.reject.lc 7:5-7:6 X 16testdata/typesig.reject.lc 7:5-7:6 X