summaryrefslogtreecommitdiff
path: root/testdata/nameclash01.reject.out
blob: b5c8ab878bbacee46db2ee9e6d8a152288a2d35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

------------ 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