Idris2/tests/idris2/interactive014/expected
2020-06-27 18:28:09 +01:00

7 lines
182 B
Plaintext

1/1: Building case (case.idr)
Main> foo x = case _ of
case_val => ?foo_rhs
Main> bar x = plus x (case _ of
case_val => ?bar_rhs)
Main> Bye for now!