1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00

Export DiffRenderer and runDiffRenderer.

This commit is contained in:
Rob Rix 2017-03-31 16:50:13 -04:00
parent 0c6c57d3b3
commit bbe8d05e71

View File

@ -1,6 +1,8 @@
{-# LANGUAGE GADTs #-} {-# LANGUAGE GADTs #-}
module Renderer module Renderer
( Renderer ( DiffRenderer(..)
, runDiffRenderer
, Renderer
, Output(..) , Output(..)
, concatOutputs , concatOutputs
, Format(..) , Format(..)