@@ -65,7 +65,7 @@ myFunction = TRuncate
6565 4 | myFunction = TRuncate
6666
6767 I found some terms in scope with similar names but different
68- types. Maybe you meant one of these:
68+ types. Was any of these what you wanted?
6969
7070 truncate0 : Int -> Nat
7171 truncate : Float -> Int
@@ -86,7 +86,7 @@ myFunction = builtin.io2.Ref.ca1
8686 4 | myFunction = builtin.io2.Ref.ca1
8787
8888 I found a term in scope with a similar name but a different
89- type. Maybe you meant this:
89+ type. Was this what you wanted?
9090
9191 cas : Ref {IO} a -> Ticket a -> a ->{IO} Boolean
9292```
@@ -117,7 +117,7 @@ x = biz.bete
117117 2 | x = biz.bete
118118
119119 I found some terms in scope with similar names but different
120- types. Maybe you meant one of these:
120+ types. Was any of these what you wanted?
121121
122122 byte : Boolean
123123 bite : Nat
@@ -141,7 +141,7 @@ myFunction = Flat.TRuncate2x4
141141 3 | myFunction = Flat.TRuncate2x4
142142
143143 I found some terms in scope with similar names but different
144- types. Maybe you meant one of these:
144+ types. Was any of these what you wanted?
145145
146146 truncate : Float -> Int
147147 truncate0 : Int -> Nat
@@ -162,7 +162,7 @@ myFunction = X
162162 4 | myFunction = X
163163
164164 I found some terms in scope with similar names but different
165- types. Maybe you meant one of these:
165+ types. Was any of these what you wanted?
166166
167167 (Float.*) : Float -> Float -> Float
168168 (Int.*) : Int -> Int -> Int
@@ -184,7 +184,7 @@ myFunction = In.X
184184 4 | myFunction = In.X
185185
186186 I found some terms in scope with similar names but different
187- types. Maybe you meant one of these:
187+ types. Was any of these what you wanted?
188188
189189 (Int.*) : Int -> Int -> Int
190190 (Int.+) : Int -> Int -> Int
216216 10 | if A then xYzlmno else ()
217217
218218 I found some terms in scope with similar names but different
219- types. Maybe you meant one of these:
219+ types. Was any of these what you wanted?
220220
221221 (Float.*) : Float -> Float -> Float
222222 (Int.*) : Int -> Int -> Int
244244 10 | if R.xYzlmno then A else ()
245245
246246 I found a term in scope with a similar name but a different
247- type. Maybe you meant this:
247+ type. Was this what you wanted?
248248
249249 L.xyzlmno : Int
250250```
0 commit comments