summaryrefslogtreecommitdiff
path: root/environment.scm
diff options
context:
space:
mode:
Diffstat (limited to 'environment.scm')
-rw-r--r--environment.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/environment.scm b/environment.scm
index 2444059..5906a1d 100644
--- a/environment.scm
+++ b/environment.scm
@@ -1,4 +1,9 @@
1(include "prelude/primitives.scm") 1(define-module (environment)
2 #: export (lookup-variable-value
3 setup-environment))
4
5(add-to-load-path ".")
6(use-modules (prelude/primitives))
2 7
3;;; env 8;;; env
4(define (enclosing-env environ) (cdr environ)) 9(define (enclosing-env environ) (cdr environ))