Fix continuation-mark-set-first type

This commit is contained in:
Asumu Takikawa 2012-11-02 12:32:19 -04:00
parent 5fbeffaec6
commit e123e85a90

View File

@ -2046,6 +2046,7 @@
[continuation-mark-set-first
(-poly (a b)
(cl->*
(-> (-opt -Cont-Mark-Set) (make-Continuation-Mark-Key a) (-opt a))
(->opt (-opt -Cont-Mark-Set) (make-Continuation-Mark-Key a) [b -Prompt-Tag]
(Un a b))
(->opt (-opt -Cont-Mark-Set) Univ [Univ -Prompt-Tag] Univ)))]