Idris2/tests/idris2/interactive034/expected
Edwin Brady 4ef29da87e Fix expression search on already solved holes
If it's solved by unification, expression search should just print the
unified value. In fact it almost did this, but wasn't reducing the holes
so the result was being rendered incorrectly.
2021-06-23 00:59:26 +01:00

4 lines
142 B
Plaintext

1/1: Building timeout (timeout.idr)
Main> tailIsNotSound contra (ConsIsSound headIsSound tailIsSound) = contra tailIsSound
Main> Bye for now!