Skip to content

Commit

Permalink
Expose TermID
Browse files Browse the repository at this point in the history
Follow up from #202 to expose the TermID so that we can create/access them in the Python bindings.
  • Loading branch information
saulshanabrook authored Aug 23, 2023
1 parent 9e53038 commit e9bd5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use index::ColumnIndex;
use instant::{Duration, Instant};
pub use serialize::SerializeConfig;
use sort::*;
pub use termdag::{Term, TermDag};
pub use termdag::{Term, TermDag, TermId};
use thiserror::Error;

use proofs::ProofState;
Expand Down

0 comments on commit e9bd5f9

Please sign in to comment.