Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. first :: Parser a -> Parser a

    polyparse Text.ParserCombinators.HuttonMeijer

    No documentation available.

  2. first :: Arrow a => a b c -> a (b, d) (c, d)

    synthesizer-core Synthesizer.Causal.Process

    Send the first component of the input through the argument arrow, and copy the rest unchanged to the output.

  3. first :: T a b -> a

    synthesizer-core Synthesizer.Zip

    No documentation available.

  4. first :: (a -> a') -> (a, b) -> (a', b)

    speculate Test.Speculate.Utils

    Applies a function to the first element of a pair. Often known on the wild as mapFst.

    > first (*10) (1,2)
    (10,2)
    

  5. first :: forall (arrow :: Type -> Type -> Type) sample0 sample1 sample . Arrow arrow => T arrow sample0 sample1 -> T arrow (sample0, sample) (sample1, sample)

    synthesizer-dimensional Synthesizer.Dimensional.Arrow

    No documentation available.

  6. first :: forall (arrow :: Type -> Type -> Type) sample0 sample1 sample . Arrow arrow => T arrow sample0 sample1 -> T arrow (sample0, sample) (sample1, sample)

    synthesizer-dimensional Synthesizer.Dimensional.Causal.Process

    No documentation available.

  7. first :: Arrow a => a b c -> a (b, d) (c, d)

    LambdaHack Game.LambdaHack.Core.Prelude

    Send the first component of the input through the argument arrow, and copy the rest unchanged to the output.

  8. first :: Arrow a => a b c -> a (b, d) (c, d)

    cabal-install-solver Distribution.Solver.Compat.Prelude

    Send the first component of the input through the argument arrow, and copy the rest unchanged to the output.

  9. first :: forall a (b :: Type -> Type) x a' p i . Strong p => p i (a x) (a' x) -> p i ((a :*: b) x) ((a' :*: b) x)

    generic-lens-core Data.GenericLens.Internal

    Lens focusing on the first element of a product

  10. first :: LRU key val -> !Maybe key

    lrucache Data.Cache.LRU.Internal

    the key of the most recently accessed entry

Page 7 of many | Previous | Next