8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
type M : integer -> integer
|
|
|
|
function f : M
|
|
|
|
f(x) := {
|
|
return x;
|
|
}
|