package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Interface.HEYTING_ALGEBRA with type t = bool
include Interface.ORD with type t = bool
include Interface.EQ with type t = bool
type t = bool
val eq : t -> t -> bool
val compare : t -> t -> Interface.ordering
include Interface.BOUNDED_DISTRIBUTIVE_LATTICE with type t := t
include Interface.BOUNDED_LATTICE with type t := t
include Interface.BOUNDED_JOIN_SEMILATTICE with type t := t
include Interface.JOIN_SEMILATTICE with type t := t
val join : t -> t -> t
val bottom : t
include Interface.BOUNDED_MEET_SEMILATTICE with type t := t
include Interface.MEET_SEMILATTICE with type t := t
val meet : t -> t -> t
val top : t
val not : t -> t
val implies : t -> t -> t