Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class PrimUnlifted a where Source #
type Unlifted a :: TYPE UnliftedRep Source #
toUnlifted# :: a -> Unlifted a Source #
fromUnlifted# :: Unlifted a -> a Source #
writeUnliftedArray# :: MutableArrayArray# s -> Int# -> a -> State# s -> State# s Source #
readUnliftedArray# :: MutableArrayArray# s -> Int# -> State# s -> (#State# s, a#) Source #
indexUnliftedArray# :: ArrayArray# -> Int# -> a Source #