
Also, add `current-directory-for-user' and `srcloc->string', and adjust the way that source-location paths are reported to be relative to `current-directory-for-user'.
11 lines
275 B
Racket
11 lines
275 B
Racket
#lang racket
|
|
(require "base.rkt"
|
|
"pict.rkt")
|
|
(provide (except-out (all-from-out racket
|
|
"base.rkt"
|
|
"pict.rkt")
|
|
printable<%>))
|
|
|
|
(module reader syntax/module-reader
|
|
slideshow)
|