Idris2-boot/tests/idris2/error007/CongErr.idr
Edwin Brady 6f5d3f5fef Unelaborate hole applications properly
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.
2019-07-03 15:31:46 +01:00

5 lines
67 B
Idris

import Data.Fin
fsprf : x === y -> FS x = FS y
fsprf p = cong _ p