module Plang:sig..end
Lang Pretty-Printer
typescope =Qed.Engine.scope
module Env:Qed.Engine.Envwith type term := term
type pool
val pool : unit -> pool
val alloc_e : pool -> (Wp.Lang.F.var -> unit) -> Wp.Lang.F.term -> unit
val alloc_p : pool -> (Wp.Lang.F.var -> unit) -> Wp.Lang.F.pred -> unit
val alloc_xs : pool -> (Wp.Lang.F.var -> unit) -> Wp.Lang.F.Vars.t -> unit
val alloc_domain : pool -> Wp.Lang.F.Vars.t
val sanitizer : string -> string
typeiformat =[ `Bin | `Dec | `Hex ]
typerformat =[ `Double | `Float | `Ratio ]
class engine :object..end