Remove unused import in Macaw CFG Core.

This commit is contained in:
Kevin Quick 2018-03-27 10:42:28 -07:00
parent 789841f9fe
commit 818f7a7767
No known key found for this signature in database
GPG Key ID: E6D7733599CC0A21

View File

@ -87,7 +87,6 @@ module Data.Macaw.CFG.Core
, module Data.Macaw.Utils.Pretty
) where
import Control.Exception (assert)
import Control.Lens
import Control.Monad.Identity
import Control.Monad.State.Strict