sophia/test/contracts/code_errors/higher_order_entrypoint.aes
2019-09-03 14:35:13 +02:00

3 lines
84 B
Plaintext

contract HigherOrderEntrypoint =
entrypoint apply(f : int => int, x : int) = f(x)