reusing racket/base's implementation of do

This commit is contained in:
Danny Yoo 2012-02-19 18:28:04 -05:00
parent d0bc25c83a
commit b0a76bb2bb
2 changed files with 3 additions and 2 deletions

View File

@ -118,7 +118,8 @@
or
when
unless
require
do
require
for-syntax
for-template
define-for-syntax

View File

@ -7,4 +7,4 @@
(provide version)
(: version String)
(define version "1.154")
(define version "1.155")