package bastet

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