package codex

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

Parameter With_Set.TerminalSet

type t
val empty : t
val singleton : Maybe_Lattice.t -> t
val union : t -> t -> t
val add : Maybe_Lattice.t -> t -> t
val pretty : Format.formatter -> t -> unit