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.

  1. indexWideCharArray# :: ByteArray# -> Int# -> Char#

    base GHC.Exts

    Read a 32-bit character; offset in 4-byte words.

  2. 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#.

  3. indexWord8ArrayAsWideChar# :: ByteArray# -> Int# -> Char#

    base GHC.Exts

    Read a 32-bit character; offset in bytes.

  4. indexWord8OffAddrAsWideChar# :: Addr# -> Int# -> Char#

    base GHC.Exts

    Read a 32-bit character; offset in bytes.

  5. myThreadId# :: State# RealWorld -> (# State# RealWorld, ThreadId# #)

    base GHC.Exts

    No documentation available.

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. void# :: (# #)

    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 (# #).

Page 365 of many | Previous | Next