Skip to content

Commit

Permalink
dump formulas as s-exprs
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Oct 28, 2024
1 parent ed0e85c commit 285e57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metamath-rs/src/grammar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@ impl StmtParse {
println!(
"{}: {}",
as_str(nset.statement_name(&sref)),
formula.as_ref(db)
formula.as_ref(db).as_sexpr()
);
}
}
Expand Down

0 comments on commit 285e57b

Please sign in to comment.