ffi/unsafe: doc repair

from Клочков Роман
This commit is contained in:
Matthew Flatt 2013-06-06 17:09:55 -06:00
parent 0c235c36c3
commit 633e4a25e8

View File

@ -809,7 +809,7 @@ the @racket[_float] type.
@racketblock[
(define-fun-syntax _float*
(syntax-id-rules (_float*)
[(_float*) (type: _float pre: (x => (+ 0.0 x)))]))
[_float* (type: _float pre: (x => (+ 0.0 x)))]))
(_fun _float* ->> _bool)]}