Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. firstAName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

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

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

    No documentation available.

  3. fIRST_TAG :: ConTag

    ghc-lib-parser GHC.Core.DataCon

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

  4. firstJust :: Maybe a -> Maybe a -> Maybe a

    ghc-lib-parser GHC.Data.Maybe

    No documentation available.

  5. firstJusts :: Foldable f => f (Maybe a) -> Maybe a

    ghc-lib-parser GHC.Data.Maybe

    Takes a list of Maybes and returns the first Just if there is one, or Nothing otherwise.

  6. firstJustsM :: (Monad m, Foldable f) => f (m (Maybe a)) -> m (Maybe a)

    ghc-lib-parser GHC.Data.Maybe

    Takes computations returnings Maybes; tries each one in order. The first one to return a Just wins. Returns Nothing if all computations return Nothing.

  7. first_code :: GenStackFrame b -> !b

    ghc-lib-parser GHC.Exts.Heap.Closures

    No documentation available.

  8. fIRST_TAG :: ConTag

    ghc-lib-parser GHC.Types.Basic

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

  9. firstDataDefnCon :: DataDefnCons a -> Maybe a

    ghc-lib-parser Language.Haskell.Syntax.Decls

    Retrieve the first data constructor in a DataDefnCons (if one exists).

  10. first' :: Strong p => p i a b -> p i (a, c) (b, c)

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

Page 22 of many | Previous | Next