pub struct LeanExporter { /* private fields */ }Expand description
Lean proof exporter (Lean 4 format)
Implementations§
Source§impl LeanExporter
impl LeanExporter
Sourcepub fn export_proof(&mut self, proof: &Proof) -> String
pub fn export_proof(&mut self, proof: &Proof) -> String
Export a proof to Lean format
Sourcepub fn export_theory_proof(&mut self, theory_proof: &TheoryProof) -> String
pub fn export_theory_proof(&mut self, theory_proof: &TheoryProof) -> String
Export a theory proof to Lean format
Trait Implementations§
Source§impl Debug for LeanExporter
impl Debug for LeanExporter
Auto Trait Implementations§
impl Freeze for LeanExporter
impl RefUnwindSafe for LeanExporter
impl Send for LeanExporter
impl Sync for LeanExporter
impl Unpin for LeanExporter
impl UnsafeUnpin for LeanExporter
impl UnwindSafe for LeanExporter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more