1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

Remove redundant imports.

This commit is contained in:
Rob Rix 2016-02-28 21:43:13 -05:00
parent 0626228917
commit 51e916c1a8

View File

@ -15,9 +15,7 @@ import Control.Comonad.Cofree
import Control.Monad.Free
import Data.Maybe
import Data.Monoid
import Data.Bifunctor
import Data.Functor.Both
import Control.Monad
-- | Render a diff in the traditional patch format.
patch :: Renderer a String