mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
/* Main.foo : Int -> Int */
|
|
function foo($0) {
|
|
/* Main.baz : Int -> Int */
|
|
function $_baz($0) {
|
|
function another_name($0) {
|
|
function foo($0){return $0;}
|
|
function $_baz($0){return $0;}
|
|
function another_name($0){return $0;}
|