//! Pure-data core of the `improvise` project: `Model`, views, `Workbook`, //! and number formatting. Depends on `improvise-formula` for AST types; //! has no awareness of UI, I/O, or commands. //! //! Scaffolded empty in this commit; the modules land in the next commit. pub use improvise_formula as formula;