10 lines
161 B
Plaintext
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) -> ()) ()
|