| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Darcs.Patch.V1
Contents
Synopsis
- data RepoPatchV1 prim wX wY
Documentation
data RepoPatchV1 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
Orphan instances
| PrimPatch prim => Matchable (RepoPatchV1 prim) # | |
| (PrimPatch prim, Annotate prim) => RepoPatch (RepoPatchV1 prim) # | |