mirror of
https://github.com/github/semantic.git
synced 2024-12-20 05:11:44 +03:00
Specialize evaluating.
This commit is contained in:
parent
3a2ba0b631
commit
88f64e7301
@ -43,7 +43,7 @@ type EvaluatingEffects location term value
|
||||
]
|
||||
|
||||
|
||||
evaluating :: (AbstractHole value, Effectful m, Show value) => m (EvaluatingEffects location term value) result -> (Either String result, EvaluatingState location term value)
|
||||
evaluating :: (AbstractHole value, Show value) => Evaluator location term value (EvaluatingEffects location term value) result -> (Either String result, EvaluatingState location term value)
|
||||
evaluating
|
||||
= (\ (((((result, env), heap), modules), exports), jumps) -> (result, EvaluatingState env heap modules exports jumps))
|
||||
. Eff.run
|
||||
|
Loading…
Reference in New Issue
Block a user