DEBSOURCES
Skip Quicknav
sources / why3 / 1.8.2-1 / stdlib / debug.mlw
123456789
module Debug type t = { mutable foo: unit } val t: t val print (x:'a) : unit writes { t } end