package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val make : Instance.t constrained -> t
val empty : t
val is_empty : t -> bool
val instance : t -> Instance.t
val constraints : t -> Constraint.t
val dest : t -> Instance.t * Constraint.t
val union : t -> t -> t
val size : t -> int