| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Darcs.Patch.V1
Contents
- data RepoPatchV1 prim wX wY
Documentation
data RepoPatchV1 prim wX wY Source #
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 (RepoPatchV1 prim) Source # | |
| PatchListFormat (RepoPatchV1 prim) Source # | |
| PatchDebug prim => PatchDebug (RepoPatchV1 prim) Source # | |
| Check (RepoPatchV1 prim) Source # | |
| FromPrim (RepoPatchV1 prim) Source # | |
| PrimPatch prim => PrimPatchBase (RepoPatchV1 prim) Source # | |
| Show2 prim => Show1 (RepoPatchV1 prim wX) Source # | |
| Show2 prim => Show (RepoPatchV1 prim wX wY) Source # | |
| type ApplyState (RepoPatchV1 prim) Source # | |
| type PrimOf (RepoPatchV1 prim) Source # | |
Orphan instances
| PrimPatch prim => Patchy (RepoPatchV1 prim) Source # | |
| PrimPatch prim => Matchable (RepoPatchV1 prim) Source # | |
| PrimPatch prim => RepoPatch (RepoPatchV1 prim) Source # | |