mirror of
https://github.com/github/semantic.git
synced 2025-01-03 21:16:12 +03:00
Remove RPCToCDiffRenderer
This commit is contained in:
parent
29eb10a789
commit
c4517cbc33
@ -32,7 +32,6 @@ import Rendering.TOC as R
|
||||
-- | Specification of renderers for diffs, producing output in the parameter type.
|
||||
data DiffRenderer output where
|
||||
-- | Compute a table of contents for the diff & encode it as JSON.
|
||||
RPCToCDiffRenderer :: DiffRenderer ([TOCSummary], [TOCSummary])
|
||||
ToCDiffRenderer :: DiffRenderer Summaries
|
||||
-- | Render to JSON with the format documented in docs/json-format.md
|
||||
JSONDiffRenderer :: DiffRenderer (JSON "diffs" SomeJSON)
|
||||
|
Loading…
Reference in New Issue
Block a user