docs: unbreak Reference

This commit is contained in:
Matthew Flatt 2019-12-05 17:31:23 -07:00
parent a1567eb416
commit f664483c05

View File

@ -13,7 +13,7 @@
[out (or/c output-port? #f) #f]
[#:keep-mutable? keep-mutable? any/c #f]
[#:handle-fail handle-fail (or/c #f (any/c . -> . any/c)) #f]
[#:external-lift? external-lift? (or/c #f (any/c . -> . any/c)) #f]
[#:external-lift? external-lift? (or/c #f (any/c . -> . any/c)) #f])
(or/c (void) bytes?)]
@defproc[(fasl->s-exp [in (or/c input-port? bytes?)]
[#:datum-intern? datum-intern? any/c #t]