Dolmen_model.Model************************************************************************
exception 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 : Stdlib.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