mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 15:07:37 +03:00
961a28ee64
Things like (,) () aren't straightforward IVar's but are IAlternative's which present options about how the term should resolve. [| |] was not accounting for this.
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
1/1: Building Idiom (Idiom.idr)
|
|
Main> Just 7
|
|
Main> Bye for now!
|
|
(1, ())
|
|
(1, Nothing)
|