Files
RustAst/src/ast/compiler
Brummel 916460ab03 Remove IndexElementFn and series_element_type
The `IndexElementFn` trait and its associated `series_element_type`
function have been removed. The `TypeChecker` now directly inspects the
`StaticType::Series` variant to extract the element type when
propagating index constraints. This simplifies the type-checking logic
by removing an unnecessary layer of indirection and adhering to the
project rule of keeping the AST simple and pushing complexity into the
system.
2026-03-29 14:00:48 +02:00
..
2026-02-22 10:41:48 +01:00
2026-03-28 21:13:26 +01:00
2026-03-23 10:22:12 +01:00
2026-03-28 21:13:26 +01:00