Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. firstNonSpaceB :: BufferM ()

    yi-core Yi.Buffer.HighLevel

    Move to first non-space character in this line

  2. firstNonSpaceB :: BufferM ()

    yi-core Yi.Config.Simple

    Move to first non-space character in this line

  3. firstA :: (Bitraversable t, Applicative f) => (a -> f c) -> t a b -> f (t c b)

    base-compat-batteries Data.Bitraversable.Compat

    Traverses only over the first argument.

    firstA f ≡ bitraverse f pure
    

  4. firstOf :: Fold s t a b -> s -> Maybe a

    lens-family Lens.Family2

    Returns Just the first referenced value. Returns Nothing if there are no referenced values. See ^? for an infix version of firstOf

  5. firstExtensionError :: ErrorCode

    X11 Graphics.X11.Types

    No documentation available.

  6. firstline :: PCREOption

    pcre-light Text.Regex.PCRE.Light

    firstline If this option is set, an unanchored pattern is required to match before or at the first newline in the subject string, though the matched text may continue over the newline.

  7. firstline :: PCREOption

    pcre-light Text.Regex.PCRE.Light.Base

    firstline If this option is set, an unanchored pattern is required to match before or at the first newline in the subject string, though the matched text may continue over the newline.

  8. firstline :: PCREOption

    pcre-light Text.Regex.PCRE.Light.Char8

    firstline If this option is set, an unanchored pattern is required to match before or at the first newline in the subject string, though the matched text may continue over the newline.

  9. firstPower :: SizeOpts -> Int

    MissingH Data.Quantity

    The first power for which suffixes are given

  10. firstMonthOfQuarter :: Num a => a -> a

    hledger-lib Hledger.Data.Period

    No documentation available.

Page 20 of many | Previous | Next