mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
🔥 a redundant MonadValue constraint.
This commit is contained in:
parent
a50f1226d4
commit
b32969f720
@ -151,7 +151,6 @@ instance Members (EvaluatingEffects location term value) effects
|
|||||||
|
|
||||||
instance ( Corecursive term
|
instance ( Corecursive term
|
||||||
, Members (EvaluatingEffects location term value) effects
|
, Members (EvaluatingEffects location term value) effects
|
||||||
, MonadValue location value (Evaluating location term value effects)
|
|
||||||
, Recursive term
|
, Recursive term
|
||||||
)
|
)
|
||||||
=> MonadAnalysis location term value (Evaluating location term value effects) where
|
=> MonadAnalysis location term value (Evaluating location term value effects) where
|
||||||
|
Loading…
Reference in New Issue
Block a user