litex-lang 0.9.88-beta

The Formal Way to Write Math as It Looks
Documentation
1
2
3
4
5
6
7
8
9
mod error;

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