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.
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.
forMaybeM :: Monad m => [a] -> (a -> m (Maybe b)) -> m [b]Agda Agda.Utils.Monad The for version of mapMaybeM.
forMaybeMM :: Monad m => m [a] -> (a -> m (Maybe b)) -> m [b]Agda Agda.Utils.Monad The for version of mapMaybeMM.
forallM :: (Foldable f, Monad m) => f a -> (a -> m Bool) -> m BoolAgda Agda.Utils.Monad No documentation available.
forEither3M :: Applicative m => [a] -> (a -> m (Either3 b c d)) -> m ([b], [c], [d])Agda Agda.Utils.Three No documentation available.
formatCatName :: Bool -> Cat -> StringBNFC BNFC.Backend.TreeSitter.CFtoTreeSitter Format string for cat name, prefix "_" if the name is for internal rules
formatRhs :: SentForm -> [Doc]BNFC BNFC.Backend.TreeSitter.CFtoTreeSitter Format right hand side into list of strings
force :: SharedOptions -> BoolBNFC BNFC.Options Ignore errors as much as possible?
-
LPFP LPFP.MOExamples No documentation available.
-
LPFP LPFP.Mechanics1D No documentation available.