package bastet

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bool.Bounded_LatticeSource

include Interface.BOUNDED_JOIN_SEMILATTICE with type t = bool
include Interface.JOIN_SEMILATTICE with type t = bool
Sourcetype t = bool
Sourceval join : t -> t -> t
Sourceval bottom : t
include Interface.BOUNDED_MEET_SEMILATTICE with type t := t
include Interface.MEET_SEMILATTICE with type t := t
Sourceval meet : t -> t -> t
Sourceval top : t
OCaml

Innovation. Community. Security.