package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Anonymous
  2. | Name of Id.t
val mk_name : Id.t -> t
val is_anonymous : t -> bool
val is_name : t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val hcons : t -> t
val print : t -> Pp.t