We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7991f commit c260a39Copy full SHA for c260a39
src/core/explain.rkt
@@ -37,8 +37,8 @@
37
38
(define (actual-errors expr ctx pcontext)
39
(match-define (cons subexprs pt-errorss)
40
- (parameterize ([*pcontext* pcontext])
41
- (flip-lists (hash->list (first (compute-local-errors (list (all-subexpressions expr)) ctx pcontext))))))
+ (flip-lists
+ (hash->list (first (compute-local-errors (list (all-subexpressions expr)) ctx pcontext)))))
42
43
(define pt-worst-subexpr
44
(append* (reap [sow]
0 commit comments