| Safe Haskell | Safe-Infered |
|---|
Subversion.Dump
- type RevDate = Text
- data Revision = Revision {}
- data OpKind
- data OpAction
- data Operation = Operation {}
- type FieldMap = [(ByteString, ByteString)]
- data Entry = Entry {}
- readSvnDump :: ByteString -> Either String [Revision]
- readSvnDumpRaw :: ByteString -> Result [Entry]
- parseHeader :: Parser ByteString
- parseEntry :: Parser Entry
Documentation
Constructors
| Revision | |
Constructors
| Operation | |
Fields
| |
type FieldMap = [(ByteString, ByteString)]Source
Constructors
| Entry | |
Fields
| |
readSvnDump :: ByteString -> Either String [Revision]Source
Reads a dump file from a ByteString in the IO monad into a list of
Revision values. This is the cooked parallel of readSvnDumpRaw.
readSvnDumpRaw :: ByteString -> Result [Entry]Source