darcs-beta-2.4.98.5: a distributed, interactive, smart revision control systemSource codeContentsIndex
Darcs.Patch.Set
Documentation
data PatchSet p whereSource
Constructors
PatchSet :: RL (PatchInfoAnd p) -> RL (Tagged p) -> PatchSet p
data Tagged p whereSource
Constructors
Tagged :: PatchInfoAnd p -> Maybe String -> RL (PatchInfoAnd p) -> Tagged p
type SealedPatchSet p = Sealed (PatchSet p)Source
data Origin Source
progressPatchSet :: String -> PatchSet p -> PatchSet pSource
tags :: PatchSet p -> [PatchInfo]Source
newset2RL :: PatchSet p -> RL (PatchInfoAnd p)Source
newset2FL :: PatchSet p -> FL (PatchInfoAnd p)Source
Produced by Haddock version 2.6.1