Idris2/tests/idris2/literate015/case.lidr

8 lines
105 B
Plaintext
Raw Normal View History

2020-06-27 20:14:14 +03:00
> foo : Nat -> Nat
> foo x = ?foo_rhs
>
2020-06-27 20:14:14 +03:00
> bar : Nat -> Nat
> bar x = plus x ?bar_rhs
>
2020-06-27 20:14:14 +03:00
> -- Rest of file