More type names
Fixes PR 10646 (as it evolved) svn: r17533
This commit is contained in:
parent
f7f6b972fd
commit
b71b196764
|
@ -44,3 +44,6 @@
|
|||
[MPair (-poly (a b) (-mpair a b))]
|
||||
[Boxof (-poly (a) (make-Box a))]
|
||||
[Continuation-Mark-Set -Cont-Mark-Set]
|
||||
[False (-val #f)]
|
||||
[True (-val #t)]
|
||||
[Null (-val null)]
|
||||
|
|
|
@ -43,3 +43,6 @@
|
|||
[Pair (-poly (a b) (-pair a b))]
|
||||
[Boxof (-poly (a) (make-Box a))]
|
||||
[Continuation-Mark-Set -Cont-Mark-Set]
|
||||
[False (-val #f)]
|
||||
[True (-val #t)]
|
||||
[Null (-val null)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user