mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-28 14:06:26 +03:00
6f5d3f5fef
This was left over from Blodwen (where it was also wrong :)) but the way we apply metavariables now means we don't need to do anything fancy when unelaborating them for pretty printing.
5 lines
67 B
Idris
5 lines
67 B
Idris
import Data.Fin
|
|
|
|
fsprf : x === y -> FS x = FS y
|
|
fsprf p = cong _ p
|