fix sessions and CE oracles
[why3.git] / stdlib / debug.mlw
blob29c0f69012f3a81ca789792fcae3b243cc21abf2
1 module Debug
3 type t = { mutable foo: unit }
5 val t: t
7 val print (x:'a) : unit writes { t }
9 end