Idris2/tests/idris2/basic032/expected
MarcelineVQ 961a28ee64 fix idiom brackets to account for IAlternative
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.
2020-09-24 15:27:40 +01:00

6 lines
85 B
Plaintext

1/1: Building Idiom (Idiom.idr)
Main> Just 7
Main> Bye for now!
(1, ())
(1, Nothing)