1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

🔥 a redundant MonadValue constraint.

This commit is contained in:
Rob Rix 2018-04-05 09:46:54 -04:00
parent a50f1226d4
commit b32969f720

View File

@ -151,7 +151,6 @@ instance Members (EvaluatingEffects location term value) effects
instance ( Corecursive term
, Members (EvaluatingEffects location term value) effects
, MonadValue location value (Evaluating location term value effects)
, Recursive term
)
=> MonadAnalysis location term value (Evaluating location term value effects) where