Skip to content
Snippets Groups Projects
Commit 4b294905 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2002-02-18 15:51:28 by sewardj]

Fix import wibble
parent 6e2ea06c
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ import Control.Monad ( when, foldM )
import Control.Monad.ST ( runST )
import Data.Array.IArray ( array )
import GHC.Word ( Word )
import GHC.Word ( Word(..) )
import Data.Array.MArray ( MArray, newArray_, readArray, writeArray )
import Data.Array.ST ( castSTUArray )
import Data.Array.Base ( UArray(..) )
......
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