Files
compiler-the-translators/tests/given/test/function.definition.alpha
Scarlett ea7c284665 woah
2025-05-03 19:25:55 -04:00

9 lines
91 B
Plaintext

$$ TEST: [-asc -tc]
type M : integer -> integer
function f : M
f(x) := {
return x;
}