add back the erroneous byte-regexp expression

svn: r8537
This commit is contained in:
Eli Barzilay 2008-02-05 14:34:20 +00:00
parent 426a4ce5c4
commit ef5e871f49

View File

@ -165,6 +165,7 @@ returns the source byte string for a regexp value.
@examples[
(byte-regexp #"ap*le")
(object-name #rx#"ap*le")
(byte-regexp "ap*le")
]}
@defproc[(byte-pregexp [bstr bytes?]) byte-pregexp?]{