summaryrefslogtreecommitdiff
path: root/testdata/nameclash01.reject.out
blob: 2f824e1594fa12363fd23a78921f603e6fdf07ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
type error: can not unify
'HList V1
with
'Image 1 (Color ('VecScalar 1 'Float))

in testdata/nameclash01.reject.lc:2:48:
    let FrameBuffer = FrameBuffer (colorImage1 1.0)
                                               ^^^

------------ trace
!type error: can not unify
'HList V1
with
'Image 1 (Color ('VecScalar 1 'Float))

in testdata/nameclash01.reject.lc:2:48:
    let FrameBuffer = FrameBuffer (colorImage1 1.0)
                                               ^^^

------------ tooltips
testdata/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)
testdata/nameclash01.reject.lc 2:36-2:47  {a:Nat} -> {b} -> {c} -> {d : Num b} -> {e : c ~ VecScalar a b} -> c -> Image 1 ('Color c)
testdata/nameclash01.reject.lc 2:36-2:51  Image 1 ('Color (VecScalar 1 Float))
testdata/nameclash01.reject.lc 2:48-2:51  Float