Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. forM' :: (Foldable t, Applicative m, Monoid b) => t a -> (a -> m b) -> m b

    Agda Agda.Utils.Monad

    Generalized version of for_ :: Applicative m => [a] -> (a -> m ()) -> m ()

  2. forMM :: (Traversable t, Monad m) => m (t a) -> (a -> m b) -> m (t b)

    Agda Agda.Utils.Monad

    No documentation available.

  3. forMM_ :: (Foldable t, Monad m) => m (t a) -> (a -> m ()) -> m ()

    Agda Agda.Utils.Monad

    No documentation available.

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

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

    Agda Agda.Utils.Monad

    The for version of mapMaybeM.

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

    Agda Agda.Utils.Monad

    The for version of mapMaybeMM.

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

    Agda Agda.Utils.Monad

    No documentation available.

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

    Agda Agda.Utils.Three

    No documentation available.

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

    BNFC BNFC.Backend.TreeSitter.CFtoTreeSitter

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

  10. formatRhs :: SentForm -> [Doc]

    BNFC BNFC.Backend.TreeSitter.CFtoTreeSitter

    Format right hand side into list of strings

Page 151 of many | Previous | Next