| License | BSD3 |
|---|---|
| Maintainer | tbidne@gmail.com |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Git.FastForward.Types.Env
Description
Provides Env type.
Documentation
The Env type to be used with Reader.
Constructors
| Env | |
Instances
| Show Env Source # | |
| MonadUpdateBranches m => MonadUpdateBranches (AppT Env m) Source # | |
Defined in Git.FastForward.Core.MonadUpdateBranches Methods fetch :: Maybe FilePath -> AppT Env m () Source # getBranches :: Maybe FilePath -> AppT Env m LocalBranches Source # updateBranch :: Maybe FilePath -> MergeType -> Name -> AppT Env m UpdateResult Source # pushBranches :: Maybe FilePath -> [Name] -> AppT Env m [UpdateResult] Source # checkoutCurrent :: Maybe FilePath -> CurrentBranch -> AppT Env m () Source # | |