mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +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.
5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
1/1: Building casesplit (casesplit.idr)
|
|
Main> foo False = ?help_1
|
|
foo True = ?help_2
|
|
Main> Bye for now!
|