Module LRA_term.Pred

type t = Sidekick_th_lra.Predicate.t =
| Leq
| Geq
| Lt
| Gt
| Eq
| Neq
include Sidekick_sigs.EQ_HASH_PRINT with type t := t
include Sidekick_sigs.EQ with type t := t
val equal : t -> t -> bool
include Sidekick_sigs.HASH with type t := t
val hash : t -> int
include Sidekick_sigs.PRINT with type t := t