[racket] Template variables

From: Manfred Lotz (manfred.lotz at arcor.de)
Date: Sat Sep 21 05:50:22 EDT 2013

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


Posted on the users mailing list.