mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-13 17:25:29 +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
|