Module type Ast_tptp.Id

module type Id = sig .. end

type t 
The type of identifiers
type namespace 
The type for namespaces.
val term : namespace
Usual namespace, used for temrs, types and propositions.
val decl : namespace
Names used to refer to tptp phrases. These are used in declarations and include statement.
val mk : namespace -> string -> t
Make an identifier