Module CfgProof


module CfgProof: sig .. end
Shared resource basename for the model

val dkey : string
class type computer = object .. end
module type Description = sig .. end
module Create: 
functor (WpModel : Mwp.S) ->
functor (Why : Mcfg.Export with type pred = WpModel.F.pred and type decl = WpModel.F.decl) ->
functor (Coq : Mcfg.Export with type pred = WpModel.F.pred and type decl = WpModel.F.decl) ->
functor (Ergo : Mcfg.Export with type pred = WpModel.F.pred and type decl = WpModel.F.decl) ->
functor (Splitter : Mcfg.Splitter with type pred = WpModel.F.pred) ->
functor (Descr : Description) -> sig .. end