mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
7 lines
182 B
Plaintext
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!
|