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 :: BreakIterator a -> IO TextI

    text-icu Data.Text.ICU.Break

    Reset the breaker to the beginning of the text to be scanned.

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

    basement Basement.Compat.Bifunctor

    Map covariantly over the first argument.

    first f ≡ bimap f id
    

    Examples

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

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

    protolude Protolude.Bifunctor

    No documentation available.

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

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

    alsa-seq Sound.ALSA.Sequencer.Query

    No documentation available.

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

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

  8. 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'
    

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

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

Page 6 of many | Previous | Next