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

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. packSampleFormat :: TiffSampleFormat -> Word32

    JuicyPixels Codec.Picture.Tiff.Internal.Types

    No documentation available.

  2. unpackSampleFormat :: Word32 -> Get TiffSampleFormat

    JuicyPixels Codec.Picture.Tiff.Internal.Types

    No documentation available.

  3. CryptoError_PointFormatInvalid :: CryptoError

    cryptonite Crypto.Error

    No documentation available.

  4. CryptoError_PointFormatUnsupported :: CryptoError

    cryptonite Crypto.Error

    No documentation available.

  5. unForall :: Type -> Type

    haskell-src-meta Language.Haskell.Meta.Utils

    No documentation available.

  6. segmentBefore :: Foldable f => (a -> Bool) -> f a -> ([a], [T [] a])

    non-empty Data.NonEmpty.Mixed

    No documentation available.

  7. waitForStreamingProcess :: MonadIO m => StreamingProcessHandle -> m ExitCode

    streaming-commons Data.Streaming.Process

    Blocking call to wait for a process to exit. Since 0.1.4

  8. waitForStreamingProcessSTM :: StreamingProcessHandle -> STM ExitCode

    streaming-commons Data.Streaming.Process

    STM version of waitForStreamingProcess. Since 0.1.4

  9. transform :: Uniplate a => (a -> a) -> a -> a

    generic-deriving Generics.Deriving.Uniplate

    No documentation available.

  10. transform' :: forall (a :: k) . Uniplate' f b => (b -> b) -> f a -> f a

    generic-deriving Generics.Deriving.Uniplate

    No documentation available.

Page 523 of many | Previous | Next

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