mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 22:32:19 +03:00
583442b359
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
11 lines
273 B
Plaintext
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
|
|
^^^^^^^^
|
|
|