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.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
firstNode :: forall n (x :: Extensibility) . Block n C x -> n C Oghc-lib-parser GHC.Cmm.Dataflow.Block No documentation available.
-
ghc-lib-parser GHC.Core.DataCon Tags are allocated from here for real constructors or for superclass selectors
firstJust :: Maybe a -> Maybe a -> Maybe aghc-lib-parser GHC.Data.Maybe No documentation available.
firstJusts :: Foldable f => f (Maybe a) -> Maybe aghc-lib-parser GHC.Data.Maybe Takes a list of Maybes and returns the first Just if there is one, or Nothing otherwise.
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.
first_code :: GenStackFrame b -> !bghc-lib-parser GHC.Exts.Heap.Closures No documentation available.
-
ghc-lib-parser GHC.Types.Basic Tags are allocated from here for real constructors or for superclass selectors
firstDataDefnCon :: DataDefnCons a -> Maybe aghc-lib-parser Language.Haskell.Syntax.Decls Retrieve the first data constructor in a DataDefnCons (if one exists).
first' :: Strong p => p i a b -> p i (a, c) (b, c)indexed-profunctors Data.Profunctor.Indexed No documentation available.