Files
why3/stdlib/debug.mlw

9 lines
97 B
Plaintext
Raw Permalink Normal View History

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