| License | BSD3 |
|---|---|
| Maintainer | tbidne@gmail.com |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Git.FastForward.Types.LocalBranches
Description
Provides LocalBranches type.
Synopsis
- type CurrentBranch = Name
- data LocalBranches = LocalBranches {
- current :: CurrentBranch
- branches :: [Name]
Documentation
type CurrentBranch = Name Source #
Alias for Name.
data LocalBranches Source #
Describes the local branches in a git directory.
Constructors
| LocalBranches | |
Fields
| |
Instances
| Show LocalBranches Source # | |
Defined in Git.FastForward.Types.LocalBranches Methods showsPrec :: Int -> LocalBranches -> ShowS # show :: LocalBranches -> String # showList :: [LocalBranches] -> ShowS # | |