summaryrefslogtreecommitdiffstats
path: root/ps04_combinators_amb/load-analyze.scm
diff options
context:
space:
mode:
authorbnewbold <bnewbold@eta.mit.edu>2009-03-08 23:04:16 -0400
committerbnewbold <bnewbold@eta.mit.edu>2009-03-08 23:04:16 -0400
commit1bb045d3580d2b21794d109461fbe064ae38f3b8 (patch)
treed8ba7627b2db098d586d7f19929f48c0dee93330 /ps04_combinators_amb/load-analyze.scm
parented1f3d7cdd794c3227648fca97fa29b027deb7fe (diff)
download6.945-1bb045d3580d2b21794d109461fbe064ae38f3b8.tar.gz
6.945-1bb045d3580d2b21794d109461fbe064ae38f3b8.zip
as submitted
Diffstat (limited to 'ps04_combinators_amb/load-analyze.scm')
-rw-r--r--ps04_combinators_amb/load-analyze.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ps04_combinators_amb/load-analyze.scm b/ps04_combinators_amb/load-analyze.scm
index 02e447e..1d274ae 100644
--- a/ps04_combinators_amb/load-analyze.scm
+++ b/ps04_combinators_amb/load-analyze.scm
@@ -3,11 +3,11 @@
(load "syntax" user-initial-environment)
(load "rtdata" user-initial-environment)
-
(define generic-evaluation-environment
(extend-top-level-environment user-initial-environment))
(load "analyze" generic-evaluation-environment)
+(load "bnewbold_ps04_work" generic-evaluation-environment)
(load "repl" generic-evaluation-environment)
-(ge generic-evaluation-environment) \ No newline at end of file
+(ge generic-evaluation-environment)