Make thread cell top type consistent with docs
original commit: a440a46cce461783148ff2d84d75d2d0cbf5c23f
This commit is contained in:
parent
f7f46e91cb
commit
b25cdad3e9
|
@ -110,7 +110,7 @@
|
|||
[VectorTop -VectorTop]
|
||||
[HashTableTop -HashTop]
|
||||
[MPairTop -MPairTop]
|
||||
[ThreadCellTop -ThreadCellTop]
|
||||
[Thread-CellTop -Thread-CellTop]
|
||||
[Prompt-TagTop -Prompt-TagTop]
|
||||
[Continuation-Mark-KeyTop -Continuation-Mark-KeyTop]
|
||||
[Keyword -Keyword]
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
(define/decl -HashTop (make-HashtableTop))
|
||||
(define/decl -VectorTop (make-VectorTop))
|
||||
(define/decl -MPairTop (make-MPairTop))
|
||||
(define/decl -ThreadCellTop (make-ThreadCellTop))
|
||||
(define/decl -Thread-CellTop (make-ThreadCellTop))
|
||||
(define/decl -Prompt-TagTop (make-Prompt-TagTop))
|
||||
(define/decl -Continuation-Mark-KeyTop (make-Continuation-Mark-KeyTop))
|
||||
(define/decl -Port (Un -Output-Port -Input-Port))
|
||||
|
|
Loading…
Reference in New Issue
Block a user