summaryrefslogtreecommitdiff
path: root/testdata/typesigctx.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-25 12:35:13 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-25 12:35:24 +0100
commitb99e2171f7a63da4261fdafeeb527d61e4a5f85a (patch)
treeec7228aaf8aa9ef5b8534aa57558e7035bd5c4e8 /testdata/typesigctx.reject.out
parentfd7ef2e607ec31c225dd01cdd1d05a3122fa823c (diff)
cleanup test cases
Diffstat (limited to 'testdata/typesigctx.reject.out')
-rw-r--r--testdata/typesigctx.reject.out25
1 files changed, 25 insertions, 0 deletions
diff --git a/testdata/typesigctx.reject.out b/testdata/typesigctx.reject.out
new file mode 100644
index 00000000..4c7aee3d
--- /dev/null
+++ b/testdata/typesigctx.reject.out
@@ -0,0 +1,25 @@
1type error: no instance of 'Show' on ???
2in builtin 'Type pattern Wildcard2
3
4------------ trace
5'X :: Type
6X :: 'X
7'XCase :: (b : 'X->Type) -> b X -> d:'X -> b d
8match'X :: (b : Type->Type) -> b 'X -> d:Type -> b d -> b d
9'Show' :: Type->Type
10show' :: {a} -> {b : 'Show' a} -> a->'X
11!type error: no instance of 'Show' on ???
12in builtin 'Type pattern Wildcard2
13
14------------ tooltips
15testdata/typesigctx.reject.lc 1:6-1:7 Type
16testdata/typesigctx.reject.lc 1:6-1:11 Type
17testdata/typesigctx.reject.lc 1:10-1:11 X
18testdata/typesigctx.reject.lc 3:7-3:12 Type->Type
19testdata/typesigctx.reject.lc 3:7-3:36 Type
20testdata/typesigctx.reject.lc 3:21-3:26 {a} -> {b : Show' a} -> a->X
21testdata/typesigctx.reject.lc 3:30-3:31 Type
22testdata/typesigctx.reject.lc 3:30-3:36 Type
23testdata/typesigctx.reject.lc 3:35-3:36 Type
24testdata/typesigctx.reject.lc 5:11-5:12 Type
25testdata/typesigctx.reject.lc 6:10-6:15 {a} -> {b : Show' a} -> a->X