racket/collects/slideshow/main.rkt
Matthew Flatt 6b2a4ff54d include source-location in "missing module" exceptions
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'.
2013-05-29 11:01:12 -06:00

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)