OSDN Git Service

Merge branch 'master' of git@github.com:mzp/scheme-abc
authormzp <mzpppp@gmail.com>
Tue, 2 Jun 2009 23:16:50 +0000 (08:16 +0900)
committermzp <mzpppp@gmail.com>
Tue, 2 Jun 2009 23:16:50 +0000 (08:16 +0900)
Conflicts:
scm/example/scope.scm

1  2 
scm/example/scope.scm

@@@ -3,5 -4,4 +4,4 @@@
          (if (<= n 1)
              1
              (* n (fact (- n 1))))))
- ;; scope
 -(trace (foo.fact 10))
 +(trace (foo.fact 10))