note copy-and-paste bug generator in at-exp reader

svn: r13732
This commit is contained in:
Matthew Flatt 2009-02-18 23:16:47 +00:00
parent 128d5287f7
commit 9858c507fb

View File

@ -1,5 +1,7 @@
#lang scheme/base
;; FIXME: This code was largely cut-and-pasted from the planet reader.
(require syntax/readerr
(only-in scribble/reader make-at-readtable))