Safe Haskell | Safe-Infered |
---|
Subversion.Dump
- type RevDate = Text
- data Revision = Revision {}
- data OpKind
- data OpAction
- data Operation = Operation {}
- type FieldMap a = [(String, a)]
- data Entry = Entry {}
- readSvnDump :: ByteString -> IO (Either ParseError [Revision])
- readSvnDumpRaw :: ByteString -> IO (Either ParseError [Entry])
Documentation
Constructors
Revision | |
Constructors
Operation | |
Fields
|
Constructors
Entry | |
Fields
|
readSvnDump :: ByteString -> IO (Either ParseError [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 -> IO (Either ParseError [Entry])Source