summaryrefslogtreecommitdiff
path: root/testdata/typesigctx.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-28 02:01:29 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-28 02:01:29 +0200
commit7e9105793bd0d5ff7197a5860ac5339dea677e0e (patch)
treefa003b495b78a8b5cb5e6505c72a32bc6e80e1b3 /testdata/typesigctx.reject.out
parenta23ba9fced413f1b63640ba9bd81686a7eb59ee1 (diff)
switch to ansi-wl-pprint
Diffstat (limited to 'testdata/typesigctx.reject.out')
-rw-r--r--testdata/typesigctx.reject.out12
1 files changed, 6 insertions, 6 deletions
diff --git a/testdata/typesigctx.reject.out b/testdata/typesigctx.reject.out
index 6696ad4a..63c575ce 100644
--- a/testdata/typesigctx.reject.out
+++ b/testdata/typesigctx.reject.out
@@ -2,12 +2,12 @@ type error: no instance of 'Show' on ???
2in Wildcard2 builtin 'Type 2in Wildcard2 builtin 'Type
3 3
4------------ trace 4------------ trace
5'X :: Type 5'X :: Type
6X :: 'X 6X :: 'X
7'XCase :: (a : 'X->Type) -> a X -> (b:'X) -> a b 7'XCase :: (a : 'X->Type) -> a X -> (b:'X) -> a b
8match'X :: (a : Type->Type) -> a 'X -> (b:Type) -> a b -> a b 8match'X :: (a : Type->Type) -> a 'X -> (b:Type) -> a b -> a b
9'Show' :: Type->Type 9'Show' :: Type->Type
10show' :: {a} -> {_ : 'Show' a} -> a->'X 10show' :: {a} -> {_ : 'Show' a} -> a->'X
11!type error: no instance of 'Show' on ??? 11!type error: no instance of 'Show' on ???
12in Wildcard2 builtin 'Type 12in Wildcard2 builtin 'Type
13 13