mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
🔥 redundant constraints.
This commit is contained in:
parent
668adb6ba1
commit
e738e91fa8
@ -60,12 +60,10 @@ deriving instance MonadEvaluator location term value effects m => MonadEvaluator
|
||||
|
||||
|
||||
instance ( Effectful m
|
||||
, Member (Reader (SomeOrigin term)) effects
|
||||
, Member (Resumable (LoadError term value)) effects
|
||||
, Member (State ImportGraph) effects
|
||||
, Member Syntax.Identifier syntax
|
||||
, MonadAnalysis (Located location term) term value effects m
|
||||
, Show ann
|
||||
, term ~ Term (Union syntax) ann
|
||||
)
|
||||
=> MonadAnalysis (Located location term) term value effects (ImportGraphing m) where
|
||||
|
Loading…
Reference in New Issue
Block a user