litex-lang 0.9.88-beta

The Formal Way to Write Math as It Looks
Documentation
mod atom;
mod atom_obj;
mod atomic_name;
mod fn_obj_head;
mod fn_set;
mod free_param_obj;
mod obj;
mod standard_set;
pub use atom::{
    identifier_to_string, identifier_with_mod_to_string, Identifier, IdentifierWithMod,
};
pub use atom_obj::AtomObj;
pub use atomic_name::AtomicName;
pub use fn_obj_head::FnObjHead;
pub use fn_set::{AnonymousFn, FnSet, FnSetBody, FnSetSpace};
pub use free_param_obj::{
    obj_for_bound_param_in_scope, param_binding_element_obj_for_store,
    strip_free_param_numeric_tags_in_display, strip_parsing_free_param_tags_for_user_display,
    ByInducFreeParamObj, DefAlgoFreeParamObj, DefHeaderFreeParamObj, DefStructFieldFreeParamObj,
    ExistFreeParamObj, FnSetFreeParamObj, ForallFreeParamObj, ParamObjType, SetBuilderFreeParamObj,
};
pub use obj::{
    fn_obj_to_string, Abs, Add, Cap, Cart, CartDim, Choose, ClosedRange, Count, Cup, Div,
    FiniteSeqListObj, FiniteSeqSet, FnObj, InstantiatedTemplateObj, Intersect, ListSet, Log,
    MatrixAdd, MatrixListObj, MatrixMul, MatrixPow, MatrixScalarMul, MatrixSet, MatrixSub, Max,
    Min, Mod, Mul, NameWithOrWithoutMod, Number, Obj, ObjAsStructInstanceWithFieldAccess,
    ObjAtIndex, Pow, PowerSet, Product, Proj, Range, SeqSet, SetBuilder, SetDiff, SetMinus, Sqrt,
    StructObj, Sub, Sum, Tuple, TupleDim, Union,
};
pub use standard_set::StandardSet;