3 lines
84 B
Plaintext
3 lines
84 B
Plaintext
contract HigherOrderEntrypoint =
|
|
entrypoint apply(f : int => int, x : int) = f(x)
|