summaryrefslogtreecommitdiff
path: root/testdata/nameclash01.reject.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-22 23:44:26 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-22 23:44:26 +0200
commitf473b5ed7cdf46c764e8a77edd8333487c76f31d (patch)
tree7f3822786fb1661b572ed10ed172c5052356cf76 /testdata/nameclash01.reject.out
parent10ef58201629a84768729fc214fe0cb63a260d4d (diff)
refactoring: ask less for desugarInfo during parsing; bugfix: fix parser monad stack order
Diffstat (limited to 'testdata/nameclash01.reject.out')
-rw-r--r--testdata/nameclash01.reject.out25
1 files changed, 2 insertions, 23 deletions
diff --git a/testdata/nameclash01.reject.out b/testdata/nameclash01.reject.out
index 2f824e15..e8bdc61d 100644
--- a/testdata/nameclash01.reject.out
+++ b/testdata/nameclash01.reject.out
@@ -1,24 +1,3 @@
1type error: can not unify 1Constructor FrameBuffer is not defined at testdata/nameclash01.reject.lc:2:9:
2'HList V1
3with
4'Image 1 (Color ('VecScalar 1 'Float))
5
6in testdata/nameclash01.reject.lc:2:48:
7 let FrameBuffer = FrameBuffer (colorImage1 1.0) 2 let FrameBuffer = FrameBuffer (colorImage1 1.0)
8 ^^^ 3 ^^^^^^^^^^^
9
10------------ trace
11!type error: can not unify
12'HList V1
13with
14'Image 1 (Color ('VecScalar 1 'Float))
15
16in testdata/nameclash01.reject.lc:2:48:
17 let FrameBuffer = FrameBuffer (colorImage1 1.0)
18 ^^^
19
20------------ tooltips
21testdata/nameclash01.reject.lc 2:23-2:34 {a : List Type} -> {b : 'sameLayerCounts a} -> HList a -> FrameBuffer (ImageLC ('head Type a)) ('map Type ImageKind GetImageKind a)
22testdata/nameclash01.reject.lc 2:36-2:47 {a:Nat} -> {b} -> {c} -> {d : Num b} -> {e : c ~ VecScalar a b} -> c -> Image 1 ('Color c)
23testdata/nameclash01.reject.lc 2:36-2:51 Image 1 ('Color (VecScalar 1 Float))
24testdata/nameclash01.reject.lc 2:48-2:51 Float