fix compilation-top contract in docs

The associated change in the "zo-lib" package fixes #1038.
This commit is contained in:
Matthew Flatt 2015-09-07 08:28:08 -06:00
parent 5ca752c92b
commit e1333d0616

View File

@ -37,7 +37,7 @@ structures that are produced by @racket[zo-parse] and consumed by
@defstruct+[(compilation-top zo)
([max-let-depth exact-nonnegative-integer?]
[binding-namess (hash/c exact-nonnegative-integer?
(hash/c symbol? identifier?))]
(hash/c symbol? stx?))]
[prefix prefix?]
[code (or/c form? any/c)])]{
Wraps compiled code.