acgtkLib.utilsLib
IdGen.ID
acgtkLib.acgData
acgtkLib.datalogLib
acgtkLib.logic
type t
The type of the identifiers
val compare : t -> t -> int
compare id1 id2 returns an integer which is 0 if id1=id2, negative of id1 is less than id2 and positive otherwise.
compare id1 id2
0
id1=id2
id1
id2
val succ : t -> t
succ id returns a new identifer strictly greater than id
succ id
id
val start : t
start is some identifer
start
val to_string : t -> string
to_string id returns a string describing the identifier
to_string id