Use racket for the Dr Racket tool info

This commit is contained in:
Patrick Mahoney 2012-08-21 19:44:53 -04:00 committed by Gregory Cooper
parent e5b6172427
commit ba4295bf34

View File

@ -1,11 +1,11 @@
#lang scheme/base #lang racket/base
(require scheme/unit (require racket/unit
scheme/class racket/class
scheme/bool racket/bool
mred mred
(only-in mzlib/etc identity) (only-in racket/function identity)
scheme/list racket/list
drscheme/tool drracket/tool
string-constants) string-constants)
(provide tool@) (provide tool@)