projects
/
sicp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16bc240
)
bug fix.
author
Ramakrishnan Muthukrishnan
<vu3rdd@gmail.com>
Mon, 14 Jun 2010 03:02:52 +0000
(08:32 +0530)
committer
Ramakrishnan Muthukrishnan
<vu3rdd@gmail.com>
Mon, 14 Jun 2010 03:02:52 +0000
(08:32 +0530)
src/sicp/ex2_7.clj
patch
|
blob
|
history
diff --git
a/src/sicp/ex2_7.clj
b/src/sicp/ex2_7.clj
index 643920c0d519e0c2aea69774f7d6d57bfd1159d4..4a747d96a237b82ba0314ed92a2bdfd01c30b45c 100644
(file)
--- a/
src/sicp/ex2_7.clj
+++ b/
src/sicp/ex2_7.clj
@@
-5,8
+5,8
@@
(defn make-interval [x y]
(list x y))
-(defn
upp
er-bound [i]
+(defn
low
er-bound [i]
(first i))
-(defn
low
er-bound [i]
+(defn
upp
er-bound [i]
(first (rest i)))