darcs-beta-2.7.98.1: a distributed, interactive, smart revision control system

Darcs.Patch.Set

Documentation

data PatchSet p start x whereSource

Constructors

PatchSet :: RL (PatchInfoAnd p) y x -> RL (Tagged p) start y -> PatchSet p start x 

data Tagged p x2 z whereSource

Constructors

Tagged :: PatchInfoAnd p y z -> Maybe String -> RL (PatchInfoAnd p) x3 y -> Tagged p x3 z 

type SealedPatchSet p start = Sealed (PatchSet p start)Source

progressPatchSet :: String -> PatchSet p start x7 -> PatchSet p start x7Source

tags :: PatchSet p start x13 -> [PatchInfo]Source

appendPSFL :: PatchSet p start x -> FL (PatchInfoAnd p) x y -> PatchSet p start ySource

newset2RL :: PatchSet p start x4 -> RL (PatchInfoAnd p) start x4Source

newset2FL :: PatchSet p start x6 -> FL (PatchInfoAnd p) start x6Source