From 1bb045d3580d2b21794d109461fbe064ae38f3b8 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 8 Mar 2009 23:04:16 -0400 Subject: as submitted --- ps04_combinators_amb/load-analyze.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ps04_combinators_amb/load-analyze.scm') 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) -- cgit v1.2.3