diff --git a/override.rkt b/override.rkt index bbf0358..f049d52 100644 --- a/override.rkt +++ b/override.rkt @@ -1,9 +1,12 @@ #lang racket -(require (rename-in subtemplate +(require racket/require + (rename-in subtemplate [subtemplate syntax] [quasisubtemplate quasisyntax]) stxparse-info/parse - stxparse-info/case) + stxparse-info/case + (subtract-in racket/syntax stxparse-info/case)) (provide (all-from-out subtemplate stxparse-info/parse - stxparse-info/case)) \ No newline at end of file + stxparse-info/case + racket/syntax)) \ No newline at end of file