racket/racket
Gustavo Massaccesi b7ae673ee0 Mark (values <expr>) as single valued
While reducing some ignored constructors, the optimizer may wrap the arguments
<expr> in (values <expr>) to ensure that it's a single value non-cm expression.
This avoids the unnecessary nesting of (values (values <expr>)).

Similarly, add the cases for begin and begin0 to single_valued_noncm_expression
2015-07-14 13:43:54 -03:00
..
collects remove unused definition (some old refactoring lost track of this, 2015-07-13 09:34:37 -05:00
src Mark (values <expr>) as single valued 2015-07-14 13:43:54 -03:00
.gitignore internal hooks to build "Racket.exe" without "libracket3m.dll" 2015-03-28 09:50:01 -06:00