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

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

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

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

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

  6. firstAIdKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  7. firstAName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  8. firstNode :: forall n (x :: Extensibility) . Block n C x -> n C O

    ghc-lib-parser GHC.Cmm.Dataflow.Block

    No documentation available.

  9. fIRST_TAG :: ConTag

    ghc-lib-parser GHC.Core.DataCon

    Tags are allocated from here for real constructors or for superclass selectors

  10. firstJust :: Maybe a -> Maybe a -> Maybe a

    ghc-lib-parser GHC.Data.Maybe

    No documentation available.

Page 21 of many | Previous | Next