Idris2/tests/idris2/error/error007/expected
2023-09-07 14:57:22 +01:00

11 lines
269 B
Plaintext

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
1 | import Data.Fin
2 |
3 | fsprf : x === y -> Fin.FS x = FS y
4 | fsprf p = cong _ p
^^^^^^^^