5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
|
type storage = int
|
||
|
|
||
|
let%entry main (p:int) storage =
|
||
|
(list [] : operation list , p + storage)
|