• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. indexWideCharOffAddr# :: Addr# -> Int# -> Char#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

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

    ghc-prim GHC.PrimopWrappers

    No documentation available.

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

    ghc-prim GHC.PrimopWrappers

    No documentation available.

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

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  5. readWideCharArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Char# #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  6. readWideCharOffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Char# #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  7. readWord8ArrayAsWideChar# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Char# #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  8. readWord8OffAddrAsWideChar# :: Addr# -> Int# -> State# s -> (# State# s, Char# #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  9. writeWideCharArray# :: MutableByteArray# s -> Int# -> Char# -> State# s -> State# s

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  10. writeWideCharOffAddr# :: Addr# -> Int# -> Char# -> State# s -> State# s

    ghc-prim GHC.PrimopWrappers

    No documentation available.

Page 384 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete