Codebase list test-check-clojure / dc30ce7
Remove reflection Gary Fredericks 8 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2828 (defn root
2929 "Returns the root of a Rose tree."
3030 {:no-doc true}
31 [rose]
31 [^RoseTree rose]
3232 (.-root rose))
3333
3434 (defn children
3535 "Returns the children of the root of the Rose tree."
3636 {:no-doc true}
37 [rose]
37 [^RoseTree rose]
3838 (.-children rose))
3939
4040 (defn make-rose