| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Darcs.Patch.Prim.V1.Core
Documentation
data Prim wX wY where Source #
Constructors
| Move :: !AnchoredPath -> !AnchoredPath -> Prim wX wY | |
| DP :: !AnchoredPath -> !(DirPatchType wX wY) -> Prim wX wY | |
| FP :: !AnchoredPath -> !(FilePatchType wX wY) -> Prim wX wY | |
| ChangePref :: !String -> !String -> !String -> Prim wX wY |
Instances
data DirPatchType wX wY Source #
Instances
data FilePatchType wX wY Source #
Constructors
| RmFile | |
| AddFile | |
| Hunk !Int [ByteString] [ByteString] | |
| TokReplace !String !String !String | |
| Binary ByteString ByteString |