start scribbling mzlib (about half done)

svn: r8546

original commit: 8bac4b1d282f4b8aea11d02dca7c358ddbb0f7fc
This commit is contained in:
Matthew Flatt 2008-02-05 22:07:35 +00:00
parent c0c97a6090
commit cbd4e8ff89

View File

@ -1856,7 +1856,7 @@
(cond
[(string? i)
(cond
[(regexp-match #rx"^(.*)([()0-9])(.*)$" i)
[(regexp-match #px"^(.*)([()0-9{}\\[\\]])(.*)$" i)
=> (lambda (m)
(append (loop (cadr m))
(list (caddr m))