Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
iforM :: (TraversableWithIndex i t, Monad m) => t a -> (i -> a -> m b) -> m (t b)indexed-traversable Data.Traversable.WithIndex Map each element of a structure to a monadic action, evaluate these actions from left to right, and collect the results, with access its position (and the arguments flipped).
forM a ≡ iforM a . const iforM ≡ flip imapM
simpleTimeFormat :: TimeFormatfast-logger System.Log.FastLogger.Date A simple time cache using format "%d%b%Y:%T %z"
simpleTimeFormat' :: TimeFormatfast-logger System.Log.FastLogger.Date A simple time cache using format "%d-%b-%Y %T"
-
fast-logger System.Log.FastLogger.Types No documentation available.
-
yesod-core Yesod.Core.Handler A generic handler monad, which can have a different subsite and master site. We define a newtype for better error message.
data
SubHandlerFor sub master ayesod-core Yesod.Core.Handler A handler monad for subsite
-
yesod-core Yesod.Core.Types A generic handler monad, which can have a different subsite and master site. We define a newtype for better error message.
HandlerFor :: (HandlerData site site -> IO a) -> HandlerFor site ayesod-core Yesod.Core.Types No documentation available.
newtype
SubHandlerFor sub master ayesod-core Yesod.Core.Types A handler monad for subsite
SubHandlerFor :: (HandlerData sub master -> IO a) -> SubHandlerFor sub master ayesod-core Yesod.Core.Types No documentation available.