src/Nix/Type/Infer.hs: clean-up imports

M  src/Nix/Type/Infer.hs
This commit is contained in:
Anton-Latukha 2020-06-02 02:15:41 +03:00
parent b72bfe86c9
commit 8ebb26f371
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ import Data.Fix ( cata )
import Data.Foldable
import qualified Data.HashMap.Lazy as M
import Data.List ( delete
, find
, nub
, intersect
, (\\)