darcs-2.7.3: a distributed, interactive, smart revision control system

Darcs.Patch.Set

Documentation

data PatchSet p start x where

Constructors

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

data Tagged p x2 z where

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)

data Origin

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

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

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

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

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