package bastet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Interface.BOUNDED_LATTICE with type t = bool
include Interface.BOUNDED_JOIN_SEMILATTICE with type t = bool
include Interface.JOIN_SEMILATTICE with type t = bool
type t = bool
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