constract on decode-flow (PR 10175)

svn: r14444

original commit: 3a297ed003b909a9364fb2e83628946fe54e8903
This commit is contained in:
Matthew Flatt 2009-04-07 17:02:18 +00:00
parent 56da0e1c64
commit 00e49d4c9e

View File

@ -71,7 +71,7 @@ parsing.
}
@defproc[(decode-flow [lst list?]) (listof flow-element?)]{
@defproc[(decode-flow [lst list?]) flow?]{
Decodes a flow. A sequence of two or more newlines separated only by
whitespace counts is parsed as a paragraph separator. In @scheme[lst],