mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
Remove redundant constraints from the Evaluatable instance for [].
This commit is contained in:
parent
b6e7163c5b
commit
463f2a4ae9
@ -57,9 +57,6 @@ instance ( Ord (LocationFor v)
|
||||
, Show (LocationFor v)
|
||||
, (State (EnvironmentFor v) :< es)
|
||||
, (Reader (EnvironmentFor v) :< es)
|
||||
, FreeVariables t
|
||||
, Evaluatable es t v (Base t)
|
||||
, Recursive t
|
||||
)
|
||||
=> Evaluatable es t v [] where
|
||||
eval [] = pure unit -- Return unit value if this is an empty list of terms
|
||||
|
Loading…
Reference in New Issue
Block a user