mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
eval definitions have MonadAnalysis available.
This commit is contained in:
parent
db751ae06b
commit
9638c64024
@ -35,6 +35,7 @@ class Evaluatable constr where
|
||||
eval :: ( AbstractValue value
|
||||
, FreeVariables term
|
||||
, MonadAddressable (LocationFor value) value m
|
||||
, MonadAnalysis term value m
|
||||
, MonadEvaluator term value m
|
||||
, MonadFunction term value m
|
||||
, Ord (LocationFor value)
|
||||
|
Loading…
Reference in New Issue
Block a user