Compare commits
1 Commits
master
...
remove-tes
Author | SHA1 | Date | |
---|---|---|---|
![]() |
579c68daa2 |
|
@ -12,12 +12,10 @@
|
|||
(for-syntax syntax/strip-context))
|
||||
|
||||
(define-require-syntax (typed/untyped-typed stx)
|
||||
(displayln 'typed)
|
||||
(syntax-case stx ()
|
||||
[(_ m s) (replace-context stx #'(submod m s typed))]))
|
||||
|
||||
(define-require-syntax (typed/untyped-untyped stx)
|
||||
(displayln 'untyped)
|
||||
(syntax-case stx ()
|
||||
[(_ m s) (replace-context stx #'(submod m s untyped))]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user