1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 12:21:57 +03:00

Remove the redundant Control.Monad import.

This commit is contained in:
Rob Rix 2015-12-10 17:31:28 -05:00
parent 6afa81a197
commit 32f8b03461

View File

@ -8,7 +8,6 @@ import Syntax
import Control.Comonad.Cofree
import Range
import Control.Monad
import Control.Monad.Free
import Data.ByteString.Lazy.Internal
import Text.Blaze.Html5 hiding (map)