Copyright | 2010 Petr Rockai |
---|---|
License | MIT |
Maintainer | darcs-devel@darcs.net |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Darcs.Patch.Annotate
Description
Documentation
annotateFile :: Annotate p => FL (PatchInfoAnd rt p) wX wY -> FileName -> ByteString -> AnnotateResult #
annotateDirectory :: Annotate p => FL (PatchInfoAnd rt p) wX wY -> FileName -> [FileName] -> AnnotateResult #
format :: ByteString -> AnnotateResult -> String #
machineFormat :: ByteString -> AnnotateResult -> String #
type AnnotateResult = Vector (Maybe PatchInfo, ByteString) #
Minimal complete definition