Skip to content

Commit 285e57b

Browse files
committed
dump formulas as s-exprs
1 parent ed0e85c commit 285e57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metamath-rs/src/grammar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,7 @@ impl StmtParse {
17411741
println!(
17421742
"{}: {}",
17431743
as_str(nset.statement_name(&sref)),
1744-
formula.as_ref(db)
1744+
formula.as_ref(db).as_sexpr()
17451745
);
17461746
}
17471747
}

0 commit comments

Comments
 (0)