Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. sequenceMaybesI :: Monoidal f => [f (Maybe a)] -> f [a]

    invertible Control.Invertible.Monoidal

    Sequence (like sequenceA) and filter (like catMaybes) a list of monoidals, producing the list of non-Nothing values. Shorter input lists pad with Nothings and longer ones are ignored.

  2. sequenceGifLooping :: SequenceGifOptions -> !GifLooping

    massiv-io Data.Massiv.Array.IO

    No documentation available.

  3. sequenceGifPaletteOptions :: SequenceGifOptions -> !PaletteOptions

    massiv-io Data.Massiv.Array.IO

    Options used for palletization. Ignored for images with Alpha channel

  4. sequenceData :: OEISSequence -> SequenceData

    oeis Math.OEIS

    The actual sequence data (or absolute values of the sequence data in the case of signed sequences). (%S,T,U)

  5. sequenceMigrations :: Monad m => [m (MigrationResult e)] -> m (MigrationResult e)

    postgresql-migration Database.PostgreSQL.Simple.Migration

    Run a sequence of contexts, stopping on the first failure

  6. sequenceMigrations :: Monad m => [m (MigrationResult e)] -> m (MigrationResult e)

    postgresql-migration Database.PostgreSQL.Simple.Migration.V1Compat

    Run a sequence of contexts, stopping on the first failure

  7. sequence_generator_limit_exceeded :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    SEQUENCE_GENERATOR_LIMIT_EXCEEDED: 2200H (Error)

  8. sequenceDistributedA :: (Applicative f, Record rec) => Distributed f rec -> f rec

    prairie Prairie.Distributed

    Remove the Distributed wrapper, providing an f rec that can be used directly.

  9. sequenceDistributedApply :: (Apply f, Record rec) => Distributed f rec -> f rec

    prairie Prairie.Distributed

    Like sequenceDistributedA, but works on the Apply class, which allows for semigroup-only construction.

  10. sequenceSteps :: TestSequence s -> [Step s]

    quickcheck-dynamic Test.QuickCheck.DynamicLogic.Internal

    No documentation available.

Page 45 of many | Previous | Next