summaryrefslogtreecommitdiff
path: root/testdata/empty.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/empty.out
parent56f6e4fb7b8c0fc6545843d467412fbfa8acb277 (diff)
switch to Haskell style syntax in pretty print
Diffstat (limited to 'testdata/empty.out')
-rw-r--r--testdata/empty.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/empty.out b/testdata/empty.out
index 6714e719..f1588695 100644
--- a/testdata/empty.out
+++ b/testdata/empty.out
@@ -1,7 +1,7 @@
1main is not found 1main is not found
2------------ trace 2------------ trace
3'Empty :: Type 3'Empty :: Type
4'EmptyCase :: (a : 'Empty->Type) -> (b:'Empty) -> a b 4'EmptyCase :: (a :: 'Empty -> Type) -> (b :: 'Empty) -> a b
5match'Empty :: (a : Type->Type) -> a 'Empty -> (b:Type) -> a b -> a b 5match'Empty :: (a :: Type -> Type) -> a 'Empty -> (b :: Type) -> a b -> a b
6------------ tooltips 6------------ tooltips
7testdata/empty.lc 3:6-3:11 Type 7testdata/empty.lc 3:6-3:11 Type