Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Lifted
Documentation
type A# = SmallArray# Source #
type M# = SmallMutableArray# Source #
unsafeFreeze# :: forall (s :: Type) (a :: TYPE R). M# s a -> State# s -> (# State# s, A# a #) Source #
uninitialized# :: forall (s :: Type) (a :: TYPE R). Int# -> State# s -> (# State# s, M# s a #) Source #
initialized# :: forall (s :: Type) (a :: TYPE R). Int# -> a -> State# s -> (# State# s, M# s a #) Source #
set# :: forall (s :: Type) (a :: TYPE R). M# s a -> Int# -> Int# -> a -> State# s -> State# s Source #
thaw# :: forall (s :: Type) (a :: TYPE R). A# a -> Int# -> Int# -> State# s -> (# State# s, M# s a #) Source #