1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00

🔥 a redundant import.

This commit is contained in:
Rob Rix 2016-03-14 19:13:33 -04:00
parent 093ff92478
commit d7d3aad38e

View File

@ -6,7 +6,6 @@ import Control.Monad
import Data.Align
import Data.Bifunctor.These
import Data.Coalescent
import Data.Monoid
import Data.Sequence as Seq hiding (null)
-- | A collection of elements which can be adjoined onto other such collections associatively.