unbreak build
I have no idea whether the change is generally right, but it allows the build to complete and DrRacket to start.
This commit is contained in:
parent
54c9057e1d
commit
5b028396df
|
@ -2768,7 +2768,7 @@
|
||||||
[assert (-poly (a b) (cl->*
|
[assert (-poly (a b) (cl->*
|
||||||
(Univ (make-pred-ty (list a) Univ b) . -> . b)
|
(Univ (make-pred-ty (list a) Univ b) . -> . b)
|
||||||
(-> (Un a (-val #f)) a)))]
|
(-> (Un a (-val #f)) a)))]
|
||||||
[defined? (->* (list Univ) -Boolean : (-FS (-not-filter -Undefined 0 null) (-filter -Undefined 0 null)))]
|
[defined? (->* (list Univ) -Boolean : (-FS (-not-filter -Undefined 0) (-filter -Undefined 0)))]
|
||||||
|
|
||||||
;; Syntax Manual
|
;; Syntax Manual
|
||||||
;; Section 2.1 (syntax/stx)
|
;; Section 2.1 (syntax/stx)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user