| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Darcs.Patch.FileHunk
Documentation
Constructors
| FileHunk !FileName !Int [ByteString] [ByteString] |
Instances
| IsHunk Prim Source # | |
| IsHunk Prim Source # | |
| IsHunk Prim Source # | |
| IsHunk Prim Source # | |
| IsHunk DummyPatch Source # | |
Defined in Darcs.Patch.Dummy | |
| IsHunk prim => IsHunk (RepoPatchV1 prim) Source # | |
Defined in Darcs.Patch.V1.Commute | |
| IsHunk (Named p) Source # | |
| IsHunk (RebaseChange p) Source # | |
Defined in Darcs.Patch.Rebase.Viewing | |
| IsHunk prim => IsHunk (RepoPatchV2 prim) Source # | |
Defined in Darcs.Patch.V2.RepoPatch | |
| IsHunk (WrappedNamed rt p) Source # | |
Defined in Darcs.Patch.Named.Wrapped | |
| IsHunk (PatchInfoAnd rt p) Source # | |
Defined in Darcs.Patch.PatchInfoAnd | |
showFileHunk :: FileNameFormat -> FileHunk wX wY -> Doc Source #