uniform position for unstable header in unstable docs

original commit: bb93132463cd83b690609b61a2d4a2971d87f160
This commit is contained in:
Ryan Culpepper 2011-12-18 14:23:21 -07:00
parent 0641c56e85
commit d791af0eb4

View File

@ -6,11 +6,10 @@
@(the-eval '(require unstable/find racket/shared))
@title[#:tag "find"]{Find}
@unstable[@author+email["Ryan Culpepper" "ryanc@racket-lang.org"]]
@defmodule[unstable/find]
@unstable[@author+email["Ryan Culpepper" "ryanc@racket-lang.org"]]
@defproc[(find [pred (-> any/c any/c)]
[x any/c]
[#:stop-on-found? stop-on-found? any/c #f]