Idris2/tests/idris2/params003/casesplit.idr
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

4 lines
56 B
Idris

parameters (X : Nat)
foo : Bool -> ()
foo n = ?help