Fix.GensymSourceThis module offers a simple facility for generating fresh integer identifiers.
A gensym is a generator of unique integer identifiers.
A generator whose current state can be inspected (but not modified).
fresh g causes the generator g to create and return a fresh integer identifier.