| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Fixme.Diff
Description
Extract comments from diffs
- newCommentsFromDiff :: ByteString -> Either Text [Comment]
 
Documentation
newCommentsFromDiff :: ByteString -> Either Text [Comment] Source #
Get the comments that were added or modified in a diff.
Silently ignores files if we can't figure out what their programming language is.