package codex

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

Module Terms.Condition

type t
val pretty : Format.formatter -> t -> unit
val all : t
val equal : t -> t -> bool
val empty : t
val is_empty : t -> bool
val inter : t -> t -> t
val (&&~) : t -> t -> t
val union : t -> t -> t
val (||~) : t -> t -> t
val disjoint : t -> t -> bool
val is_included : t -> t -> bool
val complement : t -> t
val var : unit -> t
val hash : t -> int