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