Idris2/tests/idris2/error/error007/expected

11 lines
269 B
Plaintext
Raw Normal View History

1/1: Building CongErr (CongErr.idr)
Error: While processing right hand side of fsprf. Can't solve constraint between: ?_ x and FS x.
CongErr:4:11--4:19
2021-02-11 20:24:26 +03:00
1 | import Data.Fin
2 |
3 | fsprf : x === y -> Fin.FS x = FS y
2020-07-22 22:16:43 +03:00
4 | fsprf p = cong _ p
2021-02-11 20:24:26 +03:00
^^^^^^^^