mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 19:01:44 +03:00
5 lines
67 B
Idris
5 lines
67 B
Idris
|
import Data.Fin
|
||
|
|
||
|
fsprf : x === y -> FS x = FS y
|
||
|
fsprf p = cong _ p
|