| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Hix.Monad
Documentation
mapAccumM :: Traversable t => Monad m => (s -> a -> m (s, b)) -> s -> t a -> m (s, t b) Source #
clientError :: Text -> M a Source #
fatalError :: Text -> M a Source #
runMLoggerWith :: (LogLevel -> Text -> IO ()) -> GlobalOptions -> M a -> IO (Either Error a) Source #
runMLogWith :: GlobalOptions -> M a -> IO ([Text], Either Error a) Source #
data AppResources Source #
Instances
| MonadIO M Source # | |
Defined in Hix.Data.Monad | |
| Applicative M Source # | |
| Functor M Source # | |
| Monad M Source # | |
| MonadCatch M Source # | |
| MonadMask M Source # | |
| MonadThrow M Source # | |
Defined in Hix.Data.Monad | |
| HasField name AppResources a => HasField (name :: k) AppResProxy (M a) Source # | |
Defined in Hix.Data.Monad Methods getField :: AppResProxy -> M a # | |
| Show k => NLookup LookupFatal k v (Text -> M v) Source # | |