Idris-dev/test/proof009/input
Edwin Brady 2d503f1c8a Fix interactive prover
safeForget broke things due to missing case. Also added a test to ensure
it doesn't happen again.
2015-03-23 19:51:15 +00:00

7 lines
38 B
Plaintext

:p arhs
intro x
intros
trivial
qed
:q