Module Ccalgo.ATerm
val proj : t -> t termval make : t term -> tval mkSymb : Constr.constr -> tval mkProduct : (Sorts.t * Sorts.t) -> tval mkEps : Names.Id.t -> tval mkAppli : (t * t) -> tval mkConstructor : cinfo -> tval equal : t -> t -> boolval constr : t -> Constr.constrval hash : t -> intval nth_arg : t -> int -> t