DEBSOURCES
Skip Quicknav
sources / why3 / 1.2.0-1 / examples / bts / 20618.mlw
12345678
module Bug type foo = { a: unit -> unit ; b : unit } constant bar : foo = { a = fun _ -> () ; b = () } end