Compare commits
1 Commits
without-su
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1e72acf4e6 |
4
main.rkt
4
main.rkt
|
@ -1,4 +1,4 @@
|
|||
#lang racket/base
|
||||
|
||||
(require "other.rkt")
|
||||
(provide (all-from-out "other.rkt"))
|
||||
(require (submod "other.rkt" m))
|
||||
(provide (all-from-out (submod "other.rkt" m)))
|
Loading…
Reference in New Issue
Block a user