9 lines
94 B
Plaintext
9 lines
94 B
Plaintext
(* TEST: [-asc -tc] *)
|
|
type M : integer -> integer
|
|
|
|
function f : M
|
|
|
|
f(x) := {
|
|
return x;
|
|
}
|