Safe Haskell | None |
---|---|
Language | Haskell98 |
Helpers for application initialization
Documentation
once :: (Typeable a, Serialize a, MonadIO m) => m a -> Workflow m a Source
to execute one computation once . It executes at the first run only
Safe Haskell | None |
---|---|
Language | Haskell98 |
Helpers for application initialization
once :: (Typeable a, Serialize a, MonadIO m) => m a -> Workflow m a Source
to execute one computation once . It executes at the first run only