Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. first :: Bifunctor p => (a -> b) -> p a c -> p b c

    protolude Protolude.Bifunctor

    No documentation available.

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

    ghc-internal GHC.Internal.Control.Arrow

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

  3. first :: C info => T mode -> IO info

    alsa-seq Sound.ALSA.Sequencer.Query

    No documentation available.

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

    basic-prelude CorePrelude

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

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

    essence-of-live-coding LiveCoding

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

  6. first :: Bifunctor p => (a -> b) -> p a c -> p b c

    foundation Foundation

    Map covariantly over the first argument.

    first f ≡ bimap f id
    

    Examples

    >>> first toUpper ('j', 3)
    ('J',3)
    
    >>> first toUpper (Left 'j')
    Left 'J'
    

  7. first :: forall (es :: Set Type) (es' :: Set Type) a b s . Firstable es es' a b => React s es a -> React s es' b -> React s (es :+: es') (Or a b)

    moffy Control.Moffy

    No documentation available.

  8. first :: forall (es :: Set Type) (es' :: Set Type) a b s . Firstable es es' a b => React s es a -> React s es' b -> React s (es :+: es') (Or a b)

    moffy Control.Moffy.NoThreadId

    No documentation available.

  9. first :: Parser a -> Parser a

    polyparse Text.ParserCombinators.HuttonMeijer

    No documentation available.

  10. 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.

Page 6 of many | Previous | Next