1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Fix a bunch of handlers.

This commit is contained in:
Rob Rix 2018-10-24 09:59:57 -04:00
parent de9e610a2f
commit 46ca8ac121

View File

@ -129,13 +129,13 @@ testEvaluating
. runState lowerBound
. runFresh
. fmap reassociate
. Evaluator . runLoadError
. Evaluator . runUnspecialized
. Evaluator . runEnvironmentError
. Evaluator . runEvalError
. Evaluator . runResolutionError
. Evaluator . runAddressError
. Evaluator . runValueError @_ @_ @Precise
. runLoadError
. runUnspecialized
. runEnvironmentError
. runEvalError
. runResolutionError
. runAddressError
. runValueError @_ @_ @_ @Precise
. fmap snd
type Val term = Value term Precise