package bastet

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

Module Bool.Boolean_AlgebraSource

include Interface.HEYTING_ALGEBRA with type t = bool
include Interface.ORD with type t = bool
include Interface.EQ with type t = bool
Sourcetype t = bool
Sourceval eq : t -> t -> bool
Sourceval 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
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
Sourceval not : t -> t
Sourceval implies : t -> t -> t
OCaml

Innovation. Community. Security.