[project @ 2002-10-01 16:29:47 by ross]
authorross <unknown>
Tue, 1 Oct 2002 16:29:47 +0000 (16:29 +0000)
committerross <unknown>
Tue, 1 Oct 2002 16:29:47 +0000 (16:29 +0000)
commit40c9fe1edc154b17c380408f10f5991663735dd2
tree237573a384187f257e0a86b787695df234825197
parent7b34f4f43a0f0069bb3ff97f554ed593c5cd800c
[project @ 2002-10-01 16:29:47 by ross]
Removed the strict ST instance (already in Control.Monad.ST) and moved
the lazy ST instance to Control.Monad.ST.Lazy, so Control.Monad.Fix
contains only instances for Prelude types, and is portable.
Control/Monad/Fix.hs
Control/Monad/ST/Lazy.hs