Skip to content
Snippets Groups Projects
Commit e0cc2d40 authored by sof's avatar sof
Browse files

[project @ 1997-05-18 04:09:33 by sof]

Updated import lists
parent 54e774a7
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,9 @@ module CPUTime ...@@ -10,8 +10,9 @@ module CPUTime
cpuTimePrecision -- ::Integer cpuTimePrecision -- ::Integer
) where ) where
import PrelBase (Int(..), indexIntArray#, Addr(..) ) import PrelBase ( Int(..), indexIntArray# )
import ArrBase --(ByteArray(..)) import ArrBase ( ByteArray(..), newIntArray, unsafeFreezeByteArray )
import Foreign ( Addr )
import IOBase import IOBase
import IO import IO
import STBase import STBase
......
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