• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

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

    hledger-lib Hledger.Data.Period

    No documentation available.

  2. first3 :: (a, b, c) -> a

    hledger-lib Hledger.Utils

    No documentation available.

  3. first4 :: (a, b, c, d) -> a

    hledger-lib Hledger.Utils

    No documentation available.

  4. first5 :: (a, b, c, d, e) -> a

    hledger-lib Hledger.Utils

    No documentation available.

  5. first6 :: (a, b, c, d, e, f) -> a

    hledger-lib Hledger.Utils

    No documentation available.

  6. firstf :: (a -> c) -> Maybe (a, b) -> Maybe (c, b)

    jsaddle Data.JSString.Internal.Type

    Apply a function to the first element of an optional pair.

  7. firstL :: (HasBasis u, HasBasis u', HasBasis v, HasTrie (Basis u), HasTrie (Basis v), Scalar u ~ Scalar v, Scalar u ~ Scalar u') => (u :-* u') -> (u, v) :-* (u', v)

    vector-space Data.LinearMap

    No documentation available.

  8. firstActiveBinding :: (Show k, Ord k) => KeyConfig k -> k -> Maybe Binding

    brick Brick.Keybindings.KeyConfig

    A convenience function to return the first result of allActiveBindings, if any.

  9. firstDefaultBinding :: (Show k, Ord k) => KeyConfig k -> k -> Maybe Binding

    brick Brick.Keybindings.KeyConfig

    A convenience function to return the first result of allDefaultBindings, if any.

  10. firstAIdKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

Page 21 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete