mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 09:49:24 +03:00
4ca8caeb13
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.
4 lines
56 B
Idris
4 lines
56 B
Idris
parameters (X : Nat)
|
|
foo : Bool -> ()
|
|
foo n = ?help
|