Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2010-01-14 12:55:56 -06:00
commit a483261bed
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ M: unbalanced-branches-error summary
M: unbalanced-branches-error error.
dup summary print
[ quots>> ] [ branches>> [ length "x" <array> <effect> ] { } assoc>map ] bi zip
[ quots>> ] [ branches>> [ length [ "x" <array> ] bi@ <effect> ] { } assoc>map ] bi zip
[ [ first pprint-short bl ] [ second effect>string print ] bi ] each ;
M: too-many->r summary