Feat: make sure that the prelude is evaluated on startup

This commit is contained in:
2026-02-28 20:30:23 +01:00
parent 1ba946ebe6
commit 64233647a6

View File

@@ -238,6 +238,7 @@ pub fn init(args: InitArgs) -> Init {
} }
}; };
app.evaluate_prelude(&link);
app.mark_all_patterns_dirty(); app.mark_all_patterns_dirty();
Init { Init {