refactor poly

This commit is contained in:
2026-04-22 16:12:56 +02:00
parent fd05f6b024
commit 8c646fd920
5 changed files with 184 additions and 171 deletions

View File

@@ -1,5 +1,8 @@
pub mod flat;
pub mod var;
pub mod ops;
pub mod fmt;
#[cfg(test)]
mod tests;