Without the submodule, the occurrence of stx-map
is correctly linked.
This commit is contained in:
parent
40c26708c8
commit
9747adce0f
4
main.rkt
4
main.rkt
|
@ -1,4 +1,4 @@
|
|||
#lang racket/base
|
||||
|
||||
(require (submod "other.rkt" m))
|
||||
(provide (all-from-out (submod "other.rkt" m)))
|
||||
(require "other.rkt")
|
||||
(provide (all-from-out "other.rkt"))
|
Loading…
Reference in New Issue
Block a user