Johan Tibell wrote: > > Something struck me today. Look at the type signature for cloneArray# > > > cloneArray# :: Array# a -> Int# -> Int# -> State# s -> (# State# s, > Array# a #) > > > Does cloneArray# really have to take and return a `State# s`?
Oops, no, it doesn't. This was purely a case of mindless copy-pasting. Roman _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
