Idris2/tests/node/nomangle001/expected

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;}