streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Consider using ST monad in the lower level array APIs

Open harendra-kumar opened this issue 11 months ago • 0 comments

Using ST we can use thread specific mutable state, and ST can be converted to IO using RealWorld.

harendra-kumar avatar Feb 15 '25 09:02 harendra-kumar