litex-lang 0.9.6-beta

A simple formal proof language and verifier, learnable in 2 hours
Documentation
1
2
3
4
5
6
7
8
mod error;

pub use error::{
    ArithmeticRuntimeError, ConflictMsg, DefineParamsRuntimeError, InstantiateRuntimeError,
    InferRuntimeError, NameAlreadyUsedRuntimeError, NewAtomicFactRuntimeError, ParseRuntimeError,
    RuntimeError, RuntimeErrorStruct, StoreFactRuntimeError, UnknownRuntimeError,
    VerifyRuntimeError, WellDefinedRuntimeError,
};