
18 Dec
2008
18 Dec
'08
11:39 p.m.
G'day all.
Quoting Sebastian Fischer
I have wrapped up (a tiny subset of) GHC's uniques into the package `uniqueid` and put it on Hackage:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uniqueid
First off, thanks for this.
The main difference is due to my fear of depending on the foreign function `genSymZh` which I replaced by a global counting IORef.
Why not depend on this instead? http://hackage.haskell.org/cgi-bin/hackage-scripts/package/value-supply Cheers, Andrew Bromage