Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readWideCharOffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Char# #)

    ghc-prim GHC.Prim

    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.

  2. readWord8ArrayAsWideChar# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Char# #)

    ghc-prim GHC.Prim

    Read a 32-bit character; offset in bytes. Warning: this can fail with an unchecked exception.

  3. readWord8OffAddrAsWideChar# :: Addr# -> Int# -> State# d -> (# State# d, Char# #)

    ghc-prim GHC.Prim

    Read a 32-bit character; offset in bytes. Warning: this can fail with an unchecked exception.

  4. void# :: (# #)

    ghc-prim GHC.Prim

    Deprecated: Use an unboxed unit tuple instead

  5. writeWideCharArray# :: MutableByteArray# d -> Int# -> Char# -> State# d -> State# d

    ghc-prim GHC.Prim

    Write a 32-bit character; offset in 4-byte words. Warning: this can fail with an unchecked exception.

  6. writeWideCharOffAddr# :: Addr# -> Int# -> Char# -> State# d -> State# d

    ghc-prim GHC.Prim

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

  7. writeWord8ArrayAsWideChar# :: MutableByteArray# d -> Int# -> Char# -> State# d -> State# d

    ghc-prim GHC.Prim

    Write a 32-bit character; offset in bytes. Warning: this can fail with an unchecked exception.

  8. writeWord8OffAddrAsWideChar# :: Addr# -> Int# -> Char# -> State# d -> State# d

    ghc-prim GHC.Prim

    Write a 32-bit character; offset in bytes. Warning: this can fail with an unchecked exception.

  9. divideFloat# :: Float# -> Float# -> Float#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

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

    ghc-prim GHC.PrimopWrappers

    No documentation available.

Page 383 of many | Previous | Next