Skip to content

Commit

Permalink
Fix UI bolding
Browse files Browse the repository at this point in the history
  • Loading branch information
carlini committed Oct 5, 2024
1 parent 45aa093 commit 420fcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_equation_implication_js.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def find_equivalence_classes_fast(implications):

special = []
for line in open("equational_theories/Equations.lean"):
if line.startswith("abbrev Equation"):
if line.startswith("equation") and ':=' in line:
special.append(line.split()[1])
print("var special = ", special)

Expand Down

0 comments on commit 420fcf2

Please sign in to comment.