| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Int
Documentation
type A# = PrimArray# :: TYPE 'IntRep -> UnliftedType Source #
type M# = MutablePrimArray# :: Type -> TYPE 'IntRep -> UnliftedType Source #
unsafeShrinkFreeze# :: forall s (a :: TYPE 'IntRep). M# s a -> Int# -> State# s -> (# State# s, A# a #) Source #
thaw# :: forall s (a :: TYPE R). A# a -> Int# -> Int# -> State# s -> (# State# s, M# s a #) Source #
freeze# :: forall s (a :: TYPE R). M# s a -> Int# -> Int# -> State# s -> (# State# s, A# a #) Source #