Darcs.Repository.InternalTypes
Documentation
data Repository p Source
Constructors
| Repo !String ![DarcsFlag] !RepoFormat !(RepoType p) |
Instances
| Show (Repository p) |
Constructors
| NoPristine !String | |
| PlainPristine !String | |
| HashedPristine |
extractCache :: Repository p -> CacheSource