Module Cover_set.Case
Inductive Case
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.
type t= case
val equal : t -> t -> boolval compare : t -> t -> intval hash : t -> intval pp : t CCFormat.printerval is_rec : t -> boolval is_base : t -> boolval to_term : t -> termval to_lit : t -> Logtk.Literal.tval same_cst : t -> t -> booltrue iff the two cases are on the same constant
val skolems : t -> (Logtk.ID.t * Logtk.Type.t) list