Idris2/tests/idris2/params003/expected
Edwin Brady 4ca8caeb13 Fix case split in parameter blocks
We need to make sure variables are bound as PVar, in the end, otherwise
the case split machinery doesn't know how to handle them.
2021-07-10 19:13:27 +01:00

5 lines
108 B
Plaintext

1/1: Building casesplit (casesplit.idr)
Main> foo False = ?help_1
foo True = ?help_2
Main> Bye for now!