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

Be even more careful about imports of String.

Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
This commit is contained in:
Rob Rix 2018-12-11 15:55:25 -05:00
parent 2c5ba75d07
commit e4ab7de033

View File

@ -16,7 +16,7 @@ module Data.Abstract.Evaluatable
, throwUnspecializedError
) where
import Control.Abstract hiding (Load)
import Control.Abstract hiding (Load, String)
import Control.Abstract.Context as X
import Control.Abstract.Evaluator as X hiding (LoopControl(..), Return(..), catchLoopControl, runLoopControl, catchReturn, runReturn)
import Control.Abstract.Modules as X (Modules, ModuleResult, ResolutionError(..), load, lookupModule, listModulesInDir, require, resolve, throwResolutionError)