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. firstValueIsTotal :: WaterfallChartSpec -> Maybe Bool

    gogol-sheets Gogol.Sheets.Types

    True to interpret the first value as a total.

  2. firstPostalCode :: DeliveryAreaPostalCodeRange -> Maybe Text

    gogol-shopping-content Gogol.ShoppingContent

    Required. A postal code or a pattern of the form prefix* denoting the inclusive lower bound of the range defining the area. Examples values: "94108", "9410*", "9*".

  3. firstPostalCode :: DeliveryAreaPostalCodeRange -> Maybe Text

    gogol-shopping-content Gogol.ShoppingContent.Types

    Required. A postal code or a pattern of the form prefix* denoting the inclusive lower bound of the range defining the area. Examples values: "94108", "9410*", "9*".

  4. firstChild :: MonadDOM m => TreeWalker -> m (Maybe Node)

    jsaddle-dom JSDOM.Generated.TreeWalker

    Mozilla TreeWalker.firstChild documentation

  5. firstChildUnchecked :: MonadDOM m => TreeWalker -> m Node

    jsaddle-dom JSDOM.Generated.TreeWalker

    Mozilla TreeWalker.firstChild documentation

  6. firstChildUnsafe :: (MonadDOM m, HasCallStack) => TreeWalker -> m Node

    jsaddle-dom JSDOM.Generated.TreeWalker

    Mozilla TreeWalker.firstChild documentation

  7. firstChild_ :: MonadDOM m => TreeWalker -> m ()

    jsaddle-dom JSDOM.Generated.TreeWalker

    Mozilla TreeWalker.firstChild documentation

  8. firstChoice :: Dist Outcome

    probability Numeric.Probability.Example.MontyHall

    No documentation available.

  9. firstChild :: TreePos Full a -> Maybe (TreePos Full a)

    rosezipper Data.Tree.Zipper

    The first child of the given location.

  10. firstEitherT :: forall (m :: Type -> Type) x y a . Functor m => (x -> y) -> EitherT x m a -> EitherT y m a

    transformers-either Control.Monad.Trans.Either

    Map the Left unwrapped computation using the given function.

Page 35 of many | Previous | Next