1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Update tests

This commit is contained in:
Rick Winfrey 2018-08-06 15:10:59 -07:00
parent 5ecb611d48
commit 00a24473c7

View File

@ -103,7 +103,7 @@ type TestEvaluatingEffects = '[ Resumable (BaseError (ValueError Precise UtilEff
, Resumable (BaseError EvalError)
, Resumable (BaseError (EnvironmentError Precise))
, Resumable (BaseError (UnspecializedError Val))
, Resumable (LoadError Precise)
, Resumable (BaseError (LoadError Precise))
, Trace
, Fresh
, State (Heap Precise Latest Val)
@ -115,7 +115,7 @@ type TestEvaluatingErrors = '[ BaseError (ValueError Precise UtilEff)
, BaseError EvalError
, BaseError (EnvironmentError Precise)
, BaseError (UnspecializedError Val)
, LoadError Precise
, BaseError (LoadError Precise)
]
testEvaluating :: Evaluator Precise Val TestEvaluatingEffects (ModuleTable (NonEmpty (Module (ModuleResult Precise))))
-> IO