trivial-kernel 0.9.0

A Metamath Zero kernel for Trivial
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub use mmb_types::opcode;
pub mod context;
pub mod error;
pub mod state;
pub mod stream;
pub mod table;
pub mod var;

pub use context::store::{Store, Store_};
pub use context::Context;
pub use error::KResult;
pub use state::State;
pub use stream::Stepper;
pub use table::{Sort, Sort_, Table, Table_, Term, Term_, Theorem, Theorem_};
pub use var::{Var, Var_};