litex-lang 0.9.6-beta

A simple formal proof language and verifier, learnable in 2 hours
Documentation
mod atomic_fact;
mod exist_fact;
mod fact_inside_forall;
mod forall_fact;
mod forall_fact_with_iff;
mod mark_forall_param_coverage;
mod matchable_fact_with_atomic_fact_inside;
mod chain_fact_order_closure;
mod or_fact;
mod reversible_fact;
pub use atomic_fact::*;
pub use exist_fact::{ExistFact, OrAndChainAtomicFact};
pub use forall_fact::ForallFact;
pub use forall_fact_with_iff::ForallFactWithIff;
pub use matchable_fact_with_atomic_fact_inside::{
    AndChainAtomicFact, AndFact, ChainAtomicFact, ChainFact,
};
pub use or_fact::OrFact;

pub use fact::Fact;
mod fact;
pub use fact_inside_forall::ExistOrAndChainAtomicFact;