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"
|
||||
(for-syntax syntax/parse
|
||||
phc-toolkit/untyped
|
||||
racket/syntax))
|
||||
|
||||
(provide ~mixin)
|
||||
|
@ -9,7 +10,6 @@
|
|||
(define-eh-mixin-expander ~mixin
|
||||
(syntax-parser
|
||||
[(_ (~var mixin (static eh-mixin-expander? "an eh-mixin expander")))
|
||||
(with-disappeared-uses
|
||||
(begin
|
||||
(record-disappeared-uses #'mixin)
|
||||
#'(mixin)))]))
|
||||
(with-disappeared-uses*
|
||||
(record-disappeared-uses* #'mixin)
|
||||
#'(mixin))]))
|
Loading…
Reference in New Issue
Block a user