Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Dedekind
CutQ - A Dedekind cut representation over the rationals (using integer pairs p/q).
- Finite
Linear Order - A finite linear order (totally ordered finite set).
- Finite
Partial Order - A partial order on a finite set, stored as an adjacency matrix.
- Ordered
Range - A range structure for ordered types.
- Ordered
Table - A simple table that maps keys to values, sorted by a comparison function.
- Ordering
Builder - A builder that accumulates multiple comparison results and returns the
first non-
Equalone. - Ordinal
Cnf - Represents an ordinal in Cantor Normal Form.
- WqoInstance
- Represents a well-quasi-order (WQO) over a finite carrier.
Enums§
- Ordering
- A Lean 4-style ordering value (mirrors
Orderingin the kernel env).