[racket] Template variables
Hi there,
How could I use template variables (... aso.) when using #lang racket?
I tried this:
#lang racket
(require lang/htdp-advanced)
(require 2htdp/image)
(require 2htdp/universe)
test.rkt:4:9: module: identifier already imported from:
lang/htdp-beginner at: image?
in: 2htdp/image
context...:
standard-module-name-resolver
If I leave out 2htdp/image then I won't have bitmap which I need.
Actually I would like to leave out lang/htdp-advanced but then the
ellipses are missing. What could I do?
--
Thanks,
Manfred