package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. uctx : UState.t;
  2. obls : (Names.Id.t * Constr.t) list;
  3. scope : Locality.locality;
  4. dref : Names.GlobRef.t;
}