example-bug-track-submodule.../other.rkt
2016-06-22 19:21:37 +02:00

5 lines
102 B
Racket

#lang racket/base
(module m racket/base
(require syntax/stx)
(provide (all-from-out syntax/stx)))