Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
indexWideCharArray# :: ByteArray# -> Int# -> Char#base GHC.Exts Read a 32-bit character; offset in 4-byte words.
indexWideCharOffAddr# :: Addr# -> Int# -> Char#base GHC.Exts Read a 32-bit character; offset in 4-byte words. On some platforms, the access may fail for an insufficiently aligned Addr#.
indexWord8ArrayAsWideChar# :: ByteArray# -> Int# -> Char#base GHC.Exts Read a 32-bit character; offset in bytes.
indexWord8OffAddrAsWideChar# :: Addr# -> Int# -> Char#base GHC.Exts Read a 32-bit character; offset in bytes.
myThreadId# :: State# RealWorld -> (# State# RealWorld, ThreadId# #)base GHC.Exts No documentation available.
readWideCharArray# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Char# #)base GHC.Exts Read a 32-bit character; offset in 4-byte words. Warning: this can fail with an unchecked exception.
readWideCharOffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Char# #)base GHC.Exts Read a 32-bit character; offset in 4-byte words. On some platforms, the access may fail for an insufficiently aligned Addr#. Warning: this can fail with an unchecked exception.
readWord8ArrayAsWideChar# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Char# #)base GHC.Exts Read a 32-bit character; offset in bytes. Warning: this can fail with an unchecked exception.
readWord8OffAddrAsWideChar# :: Addr# -> Int# -> State# d -> (# State# d, Char# #)base GHC.Exts Read a 32-bit character; offset in bytes. Warning: this can fail with an unchecked exception.
-
base GHC.Exts This is an alias for the unboxed unit tuple constructor. In earlier versions of GHC, void# was a value of the primitive type Void#, which is now defined to be (# #).