1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 14:11:33 +03:00

Remove RPCToCDiffRenderer

This commit is contained in:
joshvera 2018-05-21 15:36:26 -04:00
parent 29eb10a789
commit c4517cbc33

View File

@ -32,7 +32,6 @@ import Rendering.TOC as R
-- | Specification of renderers for diffs, producing output in the parameter type. -- | Specification of renderers for diffs, producing output in the parameter type.
data DiffRenderer output where data DiffRenderer output where
-- | Compute a table of contents for the diff & encode it as JSON. -- | Compute a table of contents for the diff & encode it as JSON.
RPCToCDiffRenderer :: DiffRenderer ([TOCSummary], [TOCSummary])
ToCDiffRenderer :: DiffRenderer Summaries ToCDiffRenderer :: DiffRenderer Summaries
-- | Render to JSON with the format documented in docs/json-format.md -- | Render to JSON with the format documented in docs/json-format.md
JSONDiffRenderer :: DiffRenderer (JSON "diffs" SomeJSON) JSONDiffRenderer :: DiffRenderer (JSON "diffs" SomeJSON)