Currently all operations operate in ST. While it’s possible to lift that to MonadPrim using stToPrim that puts the burden on the user and clutters their codebase. Have you considered generalizing the operations to MonadPrim? I’d be happy to provide a pull request if that is all it takes.
Currently all operations operate in
ST
. While it’s possible to lift that toMonadPrim
usingstToPrim
that puts the burden on the user and clutters their codebase. Have you considered generalizing the operations toMonadPrim
? I’d be happy to provide a pull request if that is all it takes.