9c85fb605b2691810710ce8c8ece2ee6cf217547
The `series` function no longer requires an explicit schema. The element type is now inferred at compile time from subsequent `push` calls using Hindley-Milner type inference. This simplifies series creation and aligns with the project's goal of making the untyped AST simple while the system handles complexity.
Description
No description provided
Languages
Rust
100%