Use phc-toolkit's compat functions for racket v6.5
This commit is contained in:
parent
8cd12257ed
commit
e8b0cc8cff
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
(require "no-order.rkt"
|
(require "no-order.rkt"
|
||||||
(for-syntax syntax/parse
|
(for-syntax syntax/parse
|
||||||
|
phc-toolkit/untyped
|
||||||
racket/syntax))
|
racket/syntax))
|
||||||
|
|
||||||
(provide ~mixin)
|
(provide ~mixin)
|
||||||
|
@ -9,7 +10,6 @@
|
||||||
(define-eh-mixin-expander ~mixin
|
(define-eh-mixin-expander ~mixin
|
||||||
(syntax-parser
|
(syntax-parser
|
||||||
[(_ (~var mixin (static eh-mixin-expander? "an eh-mixin expander")))
|
[(_ (~var mixin (static eh-mixin-expander? "an eh-mixin expander")))
|
||||||
(with-disappeared-uses
|
(with-disappeared-uses*
|
||||||
(begin
|
(record-disappeared-uses* #'mixin)
|
||||||
(record-disappeared-uses #'mixin)
|
#'(mixin))]))
|
||||||
#'(mixin)))]))
|
|
Loading…
Reference in New Issue
Block a user