Skip to content

Commit

Permalink
Fixed mssing method and wront test name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhanika committed Feb 11, 2025
1 parent 3f2deb8 commit 7c6f9b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/clojure/conexp/fca/distributivity.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
(:require [conexp.base :refer :all]
[conexp.fca.contexts :refer :all]
[conexp.fca.implications :refer :all]
[conexp.fca.closure-systems :refer [all-closed-sets]]
[clojure.set :refer [difference union subset? intersection]]))

(defn birkhoff-downset-completion
Expand Down

0 comments on commit 7c6f9b2

Please sign in to comment.