mck 0.7.1

Utility crate for the formal verification tool machine-check
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod abstr;
pub mod refin;

mod interpretation;
mod param_valuation;
mod three_valued;

pub use interpretation::Interpretation;
pub use param_valuation::{KnownParamValuation, ParamValuation};
pub use three_valued::ThreeValued;