API.Infix
val (||) : t -> t -> t
Infix version of join.
join
val (&&) : t -> t -> t
Infix version of meet.
meet