type tcomp = | Lte| Lt| Gte| Gt| Eq| Neq
type t = private | Comp of tcomp * term * term| True| False| Atomic of Atomic.t| Not of t| And of t * t| Or of t * t| Imp of t * t| Iff of t * t| Xor of t * t| Ite of t * t * t| X of t| F of t| G of t| Y of t| O of t| H of t| U of t * t| R of t * t| S of t * t| T of t * t
val ifthenelse : t -> t -> t -> tval historically : t -> tval releases : t -> t -> tval trigerred : t -> t -> tval count : t list -> termmodule Infix : sig ... end