package codex

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

Module MakeConditionMapMTBDD.Maybe_LatticeSource

include sig ... end
Sourcetype t = Lattice.t option
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval hash : t -> int
Sourceval pretty : Format.formatter -> t -> unit
Sourceval the : Lattice.t option -> Lattice.t
Sourceval some : 'a -> 'a option
Sourceval none : 'a option