5 lines
145 B
Plaintext
Raw Normal View History

type storage_ is timestamp
2020-02-27 17:51:29 +01:00
function main (const p : unit; const s : storage_) :
list (operation) * storage_ is ((nil: list (operation)), now)