mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 09:49:24 +03:00
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
1/1: Building case (case.lidr)
|
|
Main> > foo x = case _ of
|
|
> case_val => ?foo_rhs
|
|
Main> > bar x = plus x (case _ of
|
|
> case_val => ?bar_rhs)
|
|
Main> Bye for now!
|