DarcsHelpers-0.1: Code used by Patch-Shack that seemed sensible to open for reusabilitySource codeContentsIndex
Darcs.Helpers.Parse
Documentation
prsPatch :: XMLParser PatchSource
data Patch Source
Constructors
Patch
patchAuthor :: PatchAuthor
patchDate :: PatchDate
patchLocalDate :: PatchLocalDate
patchInverted :: PatchInverted
patchHash :: PatchHash
patchMessage :: PatchContents
show/hide Instances
newtype PatchAuthor Source
Constructors
PatchAuthor String
show/hide Instances
newtype PatchDate Source
Constructors
PatchDate String
show/hide Instances
newtype PatchLocalDate Source
Constructors
PatchLocalDate String
show/hide Instances
newtype PatchInverted Source
Constructors
PatchInverted Bool
show/hide Instances
newtype PatchHash Source
Constructors
PatchHash String
show/hide Instances
newtype PatchContents Source
Constructors
PatchContents String
show/hide Instances
xmlParseTidy :: [Char] -> Either String (Document Posn)Source
Produced by Haddock version 2.3.0