Idris2/tests/idris2/interactive/interactive014/expected

7 lines
182 B
Plaintext
Raw Normal View History

2020-06-27 20:14:14 +03:00
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!