1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00

Correct the Trace handler.

This commit is contained in:
Rob Rix 2018-10-23 12:21:02 -04:00
parent 6d9f08f0d0
commit 655b961f86

View File

@ -104,7 +104,7 @@ repl proxy parser paths = defaultConfig debugOptions >>= \ config -> runM . runD
. runReader Step . runReader Step
. runEvaluator . runEvaluator
. id @(Evaluator _ Precise (Value _ Precise) _ _) . id @(Evaluator _ Precise (Value _ Precise) _ _)
. runPrintingTrace . raiseHandler runTraceByPrinting
. runHeap . runHeap
. raiseHandler runFresh . raiseHandler runFresh
. fmap reassociate . fmap reassociate