Skip to content

Commit

Permalink
Fix UI bolding of nice equations (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlini authored Oct 5, 2024
1 parent 8ddc4a0 commit b6373e8
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 b6373e8

Please sign in to comment.