package bastet

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