Update optimizer_purity.myc
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
;; Benchmark: 503ns
|
||||
;; Benchmark-Repeat: 3987
|
||||
(do
|
||||
(def PI 3.1415)
|
||||
(def area (fn [x] (* PI x)))
|
||||
(area 10)
|
||||
)
|
||||
(do
|
||||
(def area (fn [x] (* PI x)))
|
||||
(area 10)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user