Files
compiler-the-translators/tests/carl/NoErrors/function.definition.alpha
Scarlett c091927fe7 carl
2025-04-15 14:46:00 -04:00

8 lines
71 B
Plaintext

type M : integer -> integer
function f : M
f(x) := {
return x;
}