mirror of
https://github.com/github/semantic.git
synced 2024-12-25 16:02:43 +03:00
Update tests
This commit is contained in:
parent
5ecb611d48
commit
00a24473c7
@ -103,7 +103,7 @@ type TestEvaluatingEffects = '[ Resumable (BaseError (ValueError Precise UtilEff
|
|||||||
, Resumable (BaseError EvalError)
|
, Resumable (BaseError EvalError)
|
||||||
, Resumable (BaseError (EnvironmentError Precise))
|
, Resumable (BaseError (EnvironmentError Precise))
|
||||||
, Resumable (BaseError (UnspecializedError Val))
|
, Resumable (BaseError (UnspecializedError Val))
|
||||||
, Resumable (LoadError Precise)
|
, Resumable (BaseError (LoadError Precise))
|
||||||
, Trace
|
, Trace
|
||||||
, Fresh
|
, Fresh
|
||||||
, State (Heap Precise Latest Val)
|
, State (Heap Precise Latest Val)
|
||||||
@ -115,7 +115,7 @@ type TestEvaluatingErrors = '[ BaseError (ValueError Precise UtilEff)
|
|||||||
, BaseError EvalError
|
, BaseError EvalError
|
||||||
, BaseError (EnvironmentError Precise)
|
, BaseError (EnvironmentError Precise)
|
||||||
, BaseError (UnspecializedError Val)
|
, BaseError (UnspecializedError Val)
|
||||||
, LoadError Precise
|
, BaseError (LoadError Precise)
|
||||||
]
|
]
|
||||||
testEvaluating :: Evaluator Precise Val TestEvaluatingEffects (ModuleTable (NonEmpty (Module (ModuleResult Precise))))
|
testEvaluating :: Evaluator Precise Val TestEvaluatingEffects (ModuleTable (NonEmpty (Module (ModuleResult Precise))))
|
||||||
-> IO
|
-> IO
|
||||||
|
Loading…
Reference in New Issue
Block a user