| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Git.Libgit2.Types
Documentation
Constructors
| LgRepo | |
Fields | |
Instances
lgRepoPath :: LgRepo -> FilePath Source #
type TreeBuilder = TreeBuilder LgRepo Source #
type MonadExcept (m :: Type -> Type) = (MonadThrow m, MonadCatch m, MonadMask m) Source #
type MonadLg (m :: Type -> Type) = (Applicative m, MonadExcept m, MonadUnliftIO m) Source #