Module Dolmen_model.Coercion

val int_to_rat : Value.t -> Value.t
val int_to_real : Value.t -> Value.t
module E = Dolmen.Std.Expr
exception Unsupported_coercion of E.Ty.t * E.Ty.t
val coerce : E.Ty.t -> E.Ty.t -> Value.t -> Value.t
val builtins : 'a -> E.Term.Const.t -> Value.t option