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

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