fix compilation-top
contract in docs
The associated change in the "zo-lib" package fixes #1038.
This commit is contained in:
parent
5ca752c92b
commit
e1333d0616
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user