Safe Haskell | None |
---|---|
Language | Haskell2010 |
Darcs.Patch.V1
- data Patch prim wX wY
Documentation
data Patch prim wX wY
The format of a merger is Merger undos unwindings conflicting original
.
undos
= the effect of the merger
unwindings
= TODO: eh?
conflicting
= the patch we conflict with
original
= the patch we really are
Instances
Show2 prim => Show2 (Patch prim) | |
PatchListFormat (Patch prim) | |
PatchDebug prim => PatchDebug (Patch prim) | |
MaybeInternal (Patch prim) | |
NameHack (Patch prim) | |
Check (Patch prim) | |
FromPrim (Patch prim) | |
PrimPatch prim => PrimPatchBase (Patch prim) | |
RecontextRebase (Patch prim) | |
Show2 prim => Show1 (Patch prim wX) | |
Show2 prim => Show (Patch prim wX wY) | |
type ApplyState (Patch prim) = ApplyState prim | |
type PrimOf (Patch prim) = prim |