Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Word8
Documentation
type A# = PrimArray# @'Word8Rep Source #
type M# = MutablePrimArray# @'Word8Rep Source #
unsafeFreeze# :: forall (s :: Type) (a :: TYPE R). M# s a -> State# s -> (# State# s, A# 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 #
freeze# :: forall (s :: Type) (a :: TYPE R). M# s a -> Int# -> Int# -> State# s -> (# State# s, A# a #) Source #