Module Ast.IdSource

Sourcetype t
Sourceval of_string : string -> t
Sourceval of_coq : Names.Id.t -> t
Sourceval to_coq : t -> Names.Id.t
module Set : CSet.ExtS with type elt = t
module Map : CMap.ExtS with type key = t and module Set := Set