On Wed, Nov 16, 2011 at 12:33 PM, Antoine Latter <aslatter@gmail.com> wrote:
We already have one in base - it re-exports Data.STRef in whole :-)

http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data-STRef-Strict.html

Then it's wrong. :( In what sense is it strict? I think it should be strict in the value stored in the ref.

-- Johan