Files
why3/stdlib/debug.mlw
2018-01-16 11:15:11 +01:00

9 lines
97 B
Plaintext

module Debug
type t = { mutable foo: unit }
val t: t
val print (x:'a) : unit writes { t }
end