mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
8 lines
105 B
Idris
8 lines
105 B
Idris
> foo : Nat -> Nat
|
|
> foo x = ?foo_rhs
|
|
>
|
|
> bar : Nat -> Nat
|
|
> bar x = plus x ?bar_rhs
|
|
>
|
|
> -- Rest of file
|