Skip to content

Commit

Permalink
feat: remove hierarchy ns
Browse files Browse the repository at this point in the history
  • Loading branch information
k13gomez committed Sep 1, 2024
1 parent 685e42f commit f379074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 85 deletions.
4 changes: 2 additions & 2 deletions src/main/clojure/clara/rules.clj
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@
[name & body]
(let [doc (if (and (string? (first body))
(odd? (count body)))
(first body)
nil)
(first body)
nil)
derive-seq (if doc (rest body) body)
derive-all (for [[tag parent] (partition 2 derive-seq)]
(list 'clojure.core/derive tag parent))]
Expand Down
83 changes: 0 additions & 83 deletions src/main/clojure/clara/rules/hierarchy.clj

This file was deleted.

0 comments on commit f379074

Please sign in to comment.