#lang racket' ->
#lang racket/base' conversions in plot and in images.
This commit is contained in:
parent
26045a27fb
commit
bffe336220
|
@ -1,10 +1,10 @@
|
|||
#lang racket
|
||||
#lang racket/base
|
||||
|
||||
(require racket/draw unstable/parameter-group
|
||||
(require racket/class racket/draw unstable/parameter-group
|
||||
racket/contract unstable/latent-contract unstable/latent-contract/defthing
|
||||
"../private/flomap.rkt"
|
||||
"../private/deep-flomap.rkt"
|
||||
(for-syntax syntax/parse))
|
||||
(for-syntax racket/base syntax/parse))
|
||||
|
||||
(provide light-metal-icon-color
|
||||
metal-icon-color
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#lang racket
|
||||
#lang racket/base
|
||||
|
||||
(require racket/contract racket/unsafe/ops
|
||||
(require racket/math racket/string racket/match racket/list racket/vector
|
||||
racket/contract racket/unsafe/ops
|
||||
unstable/flonum unstable/latent-contract/defthing)
|
||||
|
||||
(provide (all-defined-out))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket
|
||||
#lang racket/base
|
||||
|
||||
(require racket/async-channel)
|
||||
(require racket/bool racket/match racket/async-channel)
|
||||
|
||||
(provide make-worker-thread worker-thread? worker-thread-working? worker-thread-waiting?
|
||||
worker-thread-put worker-thread-try-put
|
||||
|
|
Loading…
Reference in New Issue
Block a user