Safe Haskell | None |
---|---|
Language | Haskell2010 |
Definition for main work scope
- data WorkConfig = WorkConfig {}
- wcConfig :: Lens' WorkConfig OrgStatConfig
- wcCommonArgs :: Lens' WorkConfig CommonArgs
- data WorkData
- wdReadFiles :: Lens' WorkData (HashMap FilePath (Text, Org))
- wdResolvedScopes :: Lens' WorkData (HashMap Text Org)
- wdResolvedReports :: Lens' WorkData (HashMap Text Org)
- newtype WorkM a = WorkM {}
- runWorkM :: MonadIO m => WorkConfig -> WorkM a -> m a