Dolmen_model.Model************************************************************************
module V : Map.S with type key = Dolmen.Std.Expr.Term.Var.tmodule C : Map.S with type key = Dolmen.Std.Expr.Term.Const.texception Partial_interpretation of Dolmen.Std.Expr.Term.Const.t * Value.t listexception Incorrect_extension of Dolmen.Std.Expr.Term.Const.t * Value.t list * Value.t************************************************************************
val empty : tval print : Format.formatter -> t -> unitPrint function
************************************************************************
module type S = sig ... endmodule Var : S with type key := Dolmen.Std.Expr.Term.Var.tmodule Cst : S with type key := Dolmen.Std.Expr.Term.Const.t