summaryrefslogtreecommitdiff
path: root/testdata/typesig.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-29 12:52:37 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-29 12:52:37 +0200
commite57768c37bc8cbc85b58bf47a71562d0d782c698 (patch)
tree471ede50cbdc347faab61667e19c2e3350f4c200 /testdata/typesig.reject.out
parent58a479b781935155e09f565d2488693850bf21c6 (diff)
use Doc instead of String is several places
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 1b78a5c8..cc45ae6e 100644
--- a/testdata/typesig.reject.out
+++ b/testdata/typesig.reject.out
@@ -1,12 +1,12 @@
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\(d :: Type ~ _a) (e :: _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\(d :: Type ~ _a) (e :: _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