commit 29ca61242143609cb8fac7654f7b5e193d89db95 parent 7a4e03feb3c8f704f7cd04c18b20e42df157c358 Author: Georges Dupéron <georges.duperon@gmail.com> Date: Thu, 26 Jan 2017 17:36:25 +0100 Also reprovide racket/syntax from subtemplate/override Diffstat:
| M | override.rkt | | | 11 | +++++++---- |
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git 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