| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
HMGit
Synopsis
- data HMGitConfig- = HMGitConfig { }
- | HMGitConfigInit
 
- newtype BugException = BugException String
- hmGitConfig :: (MonadThrow m, MonadIO m) => String -> m HMGitConfig
- type HMGitT = ReaderT HMGitConfig
- runHMGit :: HMGitT m a -> HMGitConfig -> m a
Documentation
data HMGitConfig Source #
Constructors
| HMGitConfig | |
| HMGitConfigInit | |
newtype BugException Source #
Constructors
| BugException String | 
Instances
| Show BugException Source # | |
| Defined in HMGit.Internal.Exceptions Methods showsPrec :: Int -> BugException -> ShowS # show :: BugException -> String # showList :: [BugException] -> ShowS # | |
| Exception BugException Source # | |
| Defined in HMGit.Internal.Exceptions Methods toException :: BugException -> SomeException # fromException :: SomeException -> Maybe BugException # displayException :: BugException -> String # | |
hmGitConfig :: (MonadThrow m, MonadIO m) => String -> m HMGitConfig Source #
type HMGitT = ReaderT HMGitConfig Source #
runHMGit :: HMGitT m a -> HMGitConfig -> m a Source #
HMGit runner