define! is an interesting primitive
authorAndy Wingo <wingo@pobox.com>
Thu, 31 Oct 2013 19:39:22 +0000 (20:39 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 31 Oct 2013 19:39:22 +0000 (20:39 +0100)
* module/language/tree-il/primitives.scm (*interesting-primitive-names*):
  Add define!.

module/language/tree-il/primitives.scm

index b56e54c..46bc4eb 100644 (file)
@@ -77,7 +77,7 @@
     variable? variable-ref variable-set!
     variable-bound?
 
-    current-module
+    current-module define!
 
     fluid-ref fluid-set! with-fluid*