summaryrefslogtreecommitdiff
path: root/testdata/empty.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-30 00:47:07 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-30 00:47:07 +0200
commit1fd867e5beea5b4197f300e2e964c0f6b0035830 (patch)
tree61102cad73ffc7efdbf4ebf589f8ebd7720b3f82 /testdata/empty.out
parentb08f6a129c452526b7c2667dcd629028d66ebf0a (diff)
fix pretty print syntax
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 f1588695..d7443922 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 :: forall (a :: 'Empty -> Type) (b :: 'Empty) -> a b
5match'Empty :: (a :: Type -> Type) -> a 'Empty -> (b :: Type) -> a b -> a b 5match'Empty :: forall (a :: Type -> Type) -> a 'Empty -> forall b -> a b -> a b
6------------ tooltips 6------------ tooltips
7testdata/empty.lc 3:6-3:11 Type 7testdata/empty.lc 3:6-3:11 Type