Dolmen_model.Model
************************************************************************
exception Partial_interpretation of Dolmen.Std.Expr.Term.Const.t * Value.t list
exception Incorrect_extension of Dolmen.Std.Expr.Term.Const.t * Value.t list * Value.t
************************************************************************
val empty : t
val print : Stdlib.Format.formatter -> t -> unit
Print function
************************************************************************
module type S = sig ... end
module Var : S with type key := Dolmen.Std.Expr.Term.Var.t
module Cst : S with type key := Dolmen.Std.Expr.Term.Const.t