Idris2/tests/idris2/error007/expected
Denis Buzdalov 583442b359
[ contrib ] Arithmetic on Fin (#830)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-04-23 12:05:13 +01:00

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