ligo/test/contracts/lambda.mligo
2019-09-09 11:47:42 +02:00

10 lines
161 B
Plaintext

type storage = unit
(* not supported yet
let%entry main (p:unit) storage =
(fun x -> ()) ()
*)
let%entry main (p:unit) storage =
(fun (x : unit) -> ()) ()