mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 14:23:32 +03:00
583442b359
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
5 lines
71 B
Idris
5 lines
71 B
Idris
import Data.Fin
|
|
|
|
fsprf : x === y -> Fin.FS x = FS y
|
|
fsprf p = cong _ p
|