diff --git a/basis/stack-checker/errors/prettyprint/prettyprint.factor b/basis/stack-checker/errors/prettyprint/prettyprint.factor index e577f0fe69..433c11d34c 100644 --- a/basis/stack-checker/errors/prettyprint/prettyprint.factor +++ b/basis/stack-checker/errors/prettyprint/prettyprint.factor @@ -15,7 +15,7 @@ M: unbalanced-branches-error summary M: unbalanced-branches-error error. dup summary print - [ quots>> ] [ branches>> [ length "x" ] { } assoc>map ] bi zip + [ quots>> ] [ branches>> [ length [ "x" ] bi@ ] { } assoc>map ] bi zip [ [ first pprint-short bl ] [ second effect>string print ] bi ] each ; M: too-many->r summary