Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. forM_ :: (Foldable t, Monad m) => t a -> (a -> m b) -> m ()

    Agda Agda.Utils.Monad

    forM_ is mapM_ with its arguments flipped. For a version that doesn't ignore the results see forM. forM_ is just like for_, but specialised to monadic actions.

  2. forMaybeM :: Monad m => [a] -> (a -> m (Maybe b)) -> m [b]

    Agda Agda.Utils.Monad

    The for version of mapMaybeM.

  3. forMaybeMM :: Monad m => m [a] -> (a -> m (Maybe b)) -> m [b]

    Agda Agda.Utils.Monad

    The for version of mapMaybeMM.

  4. forallM :: (Foldable f, Monad m) => f a -> (a -> m Bool) -> m Bool

    Agda Agda.Utils.Monad

    No documentation available.

  5. forEither3M :: Applicative m => [a] -> (a -> m (Either3 b c d)) -> m ([b], [c], [d])

    Agda Agda.Utils.Three

    No documentation available.

  6. formatCatName :: Bool -> Cat -> String

    BNFC BNFC.Backend.TreeSitter.CFtoTreeSitter

    Format string for cat name, prefix "_" if the name is for internal rules

  7. formatRhs :: SentForm -> [Doc]

    BNFC BNFC.Backend.TreeSitter.CFtoTreeSitter

    Format right hand side into list of strings

  8. force :: SharedOptions -> Bool

    BNFC BNFC.Options

    Ignore errors as much as possible?

  9. forcesString :: [Force]

    LPFP LPFP.MOExamples

    No documentation available.

  10. forces :: R -> [State1D -> R]

    LPFP LPFP.Mechanics1D

    No documentation available.

Page 151 of many | Previous | Next