Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
createRepository :: PatchFormat -> WithWorkingDir -> WithPatchIndex -> UseCache -> IO EmptyRepository Source #
createRepositoryV1 :: WithWorkingDir -> WithPatchIndex -> UseCache -> IO (Repository (RepoType NoRebase) (RepoPatchV1 Prim) Origin Origin Origin) Source #
createRepositoryV2 :: WithWorkingDir -> WithPatchIndex -> UseCache -> IO (Repository (RepoType NoRebase) (RepoPatchV2 Prim) Origin Origin Origin) Source #
data EmptyRepository where Source #
EmptyRepository :: (RepoPatch p, ApplyState p ~ Tree) => Repository (RepoType NoRebase) p Origin Origin Origin -> EmptyRepository |