Module type Lattice.INFIX

Infix operators.

type t

The type held by the Join_semillatice.

val (||) : t -> t -> t

Infix version of join.

val (&&) : t -> t -> t

Infix version of meet.