module Case:sig..end
An inductive case is a term that belongs to the coverset of some inductive constant. The inductive constant must fall into one of the cases in its coverset.
    Every case starts with a constructor of its type.
typet =Cover_set.case
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val pp : t CCFormat.printer
val is_rec : t -> bool
val is_base : t -> bool
val to_term : t -> Cover_set.term
val to_lit : t -> Logtk.Literal.t
val same_cst : t -> t -> boolval sub_constants : t -> Cover_set.cst listval skolems : t -> (Logtk.ID.t * Logtk.Type.t) list