Skip to content

Commit

Permalink
Remove unnecessary export
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Mar 14, 2024
1 parent 8ce7141 commit 8b75790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PAndQ.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export
is_tautology, is_contradiction,
is_truth, is_contingency,
is_satisfiable, is_falsifiable,
is_equisatisfiable, ==
is_equisatisfiable

include("printing.jl")

Expand Down

0 comments on commit 8b75790

Please sign in to comment.