Previous
Up
Next
Module type
Camlp4.Sig.Id
module type
Id =
sig
..
end
A signature for extensions identifiers.
val
name
:
string
The name of the extension, typically the module name.
val
version
:
string
The version of the extension, typically $ Id$ with a versionning system.