AltErgoLib.Xliteral
type builtin = Symbols.builtin =
| LE
| LT
| IsConstr of Dolmen.Std.Expr.term_cst
| BVULE
type 'a view =
| Eq of 'a * 'a
| Distinct of bool * 'a list
| Builtin of bool * builtin * 'a list
| Pred of 'a * bool
type 'a atom_view
module type OrderedType = sig ... end
module type S = sig ... end
val print_view : 'a Fmt.t -> 'a view Fmt.t
module Make (X : OrderedType) : S with type elt = X.t