package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | DirOpenModule of object_prefix
  2. | DirOpenModtype of object_prefix
  3. | DirOpenSection of object_prefix
  4. | DirModule of object_prefix
val equal : t -> t -> bool