[plt-scheme] reference to undefined identifier: namespace-variable-binding

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Mon Apr 7 14:30:30 EDT 2003

I am using signed units in order to parameterize
a heap with different element types.

For testing I want to export the bindings to the top
level like this:

  ; Export functions to the top level
  (namespace-variable-bind/invoke-unit/sig heap^ integer-heap@)

Alas, this results in this error:

  reference to undefined identifier: namespace-variable-binding

Any suggestions?

The program is attached.

Yours,
--
Jens Axel Søgaard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: heap.scm
Type: application/octet-stream
Size: 2562 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20030407/67cf7b0d/attachment.obj>

Posted on the users mailing list.