[project @ 2002-06-13 23:26:55 by sof]
authorsof <unknown>
Thu, 13 Jun 2002 23:26:56 +0000 (23:26 +0000)
committersof <unknown>
Thu, 13 Jun 2002 23:26:56 +0000 (23:26 +0000)
commit1819f73fc5bb82bf8e2a57905edfde81017d9167
tree91bad737df4a4202d81378d021a1b98bb9d94da6
parentd4d4ccf5a5563ae4886a472a5a2fce530c28ed1a
[project @ 2002-06-13 23:26:55 by sof]
Provide STRefs over both lazy and strict ST monads as,

   Data.STRef.Lazy
   Data.STRef.Strict
   Data.STRef      <-- the strict version.

i.e., mirror how the strict and lazy ST monads are
organised over in Control.Monad.ST
Data/STRef.hs
Data/STRef/Lazy.hs [new file with mode: 0644]
Data/STRef/Strict.hs [new file with mode: 0644]
Makefile