Skip to content
Snippets Groups Projects
Commit f7b69e9c authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Export unsafeFreezeIOUArray

The fact that this was previously hidden appears to be an oversight and
I've needed it at least once.
parent 1244242d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ module Data.Array.IO.Internals (
IOUArray(..), -- instance of: Eq, Typeable
castIOUArray, -- :: IOUArray ix a -> IO (IOUArray ix b)
unsafeThawIOUArray,
unsafeFreezeIOUArray
) where
import Data.Int
......
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