Module Expr.Core

Constructors from the smtlib core theory. https://smtlib.cs.uiowa.edu/theories-Core.shtml

val not : t -> t
val eq : t -> t -> t
val xor : t -> t -> t
val and_ : t -> t -> t
val or_ : t -> t -> t
val ite : t -> t -> t -> t