summaryrefslogtreecommitdiff
path: root/testdata/typesig.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-28 00:44:42 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-28 00:44:42 +0200
commiteaa99d13de8f9638c82beaae646cd66f3c1f8d89 (patch)
tree8d1b86a45e1b1857a0ef2eafa75ae870b574006f /testdata/typesig.reject.out
parent61a8efb74a0ca34f73a848f6d9fd018c83dac343 (diff)
generate less variable names
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 590a5d21..7d9272bc 100644
--- a/testdata/typesig.reject.out
+++ b/testdata/typesig.reject.out
@@ -3,8 +3,8 @@ focus checkMetas: \a -> (\b:Type -> primFix 
3------------ trace 3------------ trace
4'X :: Type 4'X :: Type
5X :: 'X 5X :: 'X
6'XCase :: (b : 'X->Type) -> b X -> d:'X -> b d 6'XCase :: (a : 'X->Type) -> a X -> b:'X -> a b
7match'X :: (b : Type->Type) -> b 'X -> d:Type -> b d -> b d 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~V0) (b : V1~'X) -> typeAnn V2 (labend X) 9\(a : Type~V0) (b : V1~'X) -> typeAnn V2 (labend X)
10------------ tooltips 10------------ tooltips