Skip to content
Snippets Groups Projects
Commit 94a3714f authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-12-04 14:56:39 by simonm]

Pull runST and unsafeInterleaveST into new module UnsafeST to avoid
recursive dependencies.  Grrrr.
parent 0db1f01c
No related merge requests found
......@@ -31,7 +31,7 @@ module LazyST (
import qualified ST
import qualified STBase
import ArrBase
import qualified Unsafe ( unsafeInterleaveST )
import qualified UnsafeST ( unsafeInterleaveST )
import PrelBase ( Eq(..), Int, Bool, ($), ()(..) )
import Monad
import Ix
......
......@@ -29,7 +29,7 @@ module ST (
) where
import ArrBase
import Unsafe ( unsafeInterleaveST )
import UnsafeST
import STBase
import PrelBase ( Eq(..), Int, Bool, ($), ()(..) )
import Monad
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment