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. writeWideCharArray# :: MutableByteArray# d -> Int# -> Char# -> State# d -> State# d

    base GHC.Exts

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

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

    base GHC.Exts

    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.

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

    base GHC.Exts

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

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

    base GHC.Exts

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

  5. divideDouble :: Double -> Double -> Double

    base GHC.Float

    No documentation available.

  6. divideFloat :: Float -> Float -> Float

    base GHC.Float

    No documentation available.

  7. DecidedLazy :: DecidedStrictness

    base GHC.Generics

    No documentation available.

  8. DecidedStrict :: DecidedStrictness

    base GHC.Generics

    No documentation available.

  9. data DecidedStrictness

    base GHC.Generics

    The strictness that GHC infers for a field during compilation. Whereas there are nine different combinations of SourceUnpackedness and SourceStrictness, the strictness that GHC decides will ultimately be one of lazy, strict, or unpacked. What GHC decides is affected both by what the user writes in the source code and by GHC flags. As an example, consider this data type:

    data E = ExampleConstructor {-# UNPACK #-} !Int !Int Int
    

  10. DecidedUnpack :: DecidedStrictness

    base GHC.Generics

    No documentation available.

Page 366 of many | Previous | Next