mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
Re-export relay from Analysis.
This commit is contained in:
parent
1cedeac8e1
commit
0adb878ccf
@ -2,7 +2,6 @@
|
||||
module Analysis.Abstract.BadAddresses where
|
||||
|
||||
import Control.Abstract.Analysis
|
||||
import Control.Monad.Effect.Internal hiding (interpret)
|
||||
import Data.Abstract.Address
|
||||
import Prologue
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
module Analysis.Abstract.BadModuleResolutions where
|
||||
|
||||
import Control.Abstract.Analysis
|
||||
import Control.Monad.Effect.Internal hiding (interpret)
|
||||
import Data.Abstract.Evaluatable
|
||||
import Prologue
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
module Analysis.Abstract.BadValues where
|
||||
|
||||
import Control.Abstract.Analysis
|
||||
import Control.Monad.Effect.Internal hiding (interpret)
|
||||
import Data.Abstract.Environment as Env
|
||||
import Data.ByteString.Char8 (pack)
|
||||
import Prologue
|
||||
|
@ -4,7 +4,6 @@ module Analysis.Abstract.BadVariables
|
||||
) where
|
||||
|
||||
import Control.Abstract.Analysis
|
||||
import Control.Monad.Effect.Internal hiding (interpret)
|
||||
import Data.Abstract.Evaluatable
|
||||
import Prologue
|
||||
|
||||
|
@ -18,6 +18,7 @@ import Control.Abstract.Value as X
|
||||
import Control.Effect as X
|
||||
import Control.Effect.Fresh as X
|
||||
import Control.Monad.Effect.Fail as X
|
||||
import Control.Monad.Effect.Internal as X (relay)
|
||||
import Control.Monad.Effect.NonDet as X
|
||||
import Control.Monad.Effect.Reader as X
|
||||
import Control.Monad.Effect.State as X
|
||||
|
Loading…
Reference in New Issue
Block a user