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:
parent
2c5ba75d07
commit
e4ab7de033
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user