6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
type storage = unit;
|
|
|
|
let main =
|
|
((a, s): (unit, storage)): unit =>
|
|
((f: unit) => unit) => f(()))((useless: unit) => unit);
|