Re: ANNOUNCE: GHC version 5.04.2 released

2002-12-07 Thread Donald Bruce Stewart
At 1039264699 dons wrote: > On Wed, Dec 04, 2002 at 11:49:54AM -, Simon Marlow wrote: > >== > > The (Interactive) Glasgow Haskell Compiler -- version 5.04.2 > >==

Re: Generating unique labels ...

2002-12-07 Thread John Meacham
AFAIK Strafunsky lets you thread an arbitrary monad through your traversal of a datatype, thread the IO monad and use 'Data.Unique' which provides 'newUnique' that spits out a unique integer. John http://haskell.cs.yale.edu/ghc/docs/latest/html/base/Data.Unique.html On Sat, Dec 07, 2002 a

Generating unique labels ...

2002-12-07 Thread Reto Kramer
I'm trying to create a function (using ghc 5.04.2) that returns a unique string label each time it's called (unique w.r.t. the program run). Using the system timer doesn't cut it (too coarse and hence not unique). The challenge is that I'm using Strafunsky to traverse a syntax tree and rewrit

Re: ANNOUNCE: GHC version 5.04.2 released

2002-12-07 Thread Donald Bruce Stewart
On Wed, Dec 04, 2002 at 11:49:54AM -, Simon Marlow wrote: >== > The (Interactive) Glasgow Haskell Compiler -- version 5.04.2 >== > > We are pleased to announce a