ligo/src/test/contracts/lambda.mligo

10 lines
161 B
Plaintext
Raw Normal View History

2019-06-06 22:48:36 +04:00
type storage = unit
(* not supported yet
let%entry main (p:unit) storage =
(fun x -> ()) ()
*)
let%entry main (p:unit) storage =
(fun (x : unit) -> ()) ()