dead code when rule

This commit is contained in:
Paul deGrandis 2012-03-08 13:53:40 -05:00
parent 9178c4dd47
commit d299489f20

View file

@ -9,7 +9,8 @@
(if true ?x ?y) ?x (if true ?x ?y) ?x
(when true . ?x) (do . ?x) (when true . ?x) (do . ?x)
(do ?x) ?x (do ?x) ?x
(when-not true ?x) "removing this dead code"}) (when-not true ?x) "removing this dead code"
(when false ?x) "removing this dead code"})
(comment (comment
(when true (when true