litex-lang 0.9.87-beta

The Formal Way to Write Math as It Looks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Execution for `by …` statements (one file per form).
mod antisymmetric_prop_by_stmt;
mod by_fn_and_by_fn_set;
mod cases_by_stmt;
mod closed_range_by_stmt;
mod contra_by_stmt;
mod enumerate_by_stmt;
mod extension_by_stmt;
mod family_by_stmt;
mod for_by_stmt;
mod helpers_by_stmt;
mod induc_by_stmt;
mod kuratowski_by_stmt;
mod reflexive_prop_by_stmt;
mod symmetric_prop_by_stmt;
mod transitive_prop_by_stmt;
mod tuple_by_stmt;