roc/crates/test_compile
Agus Zubiaga 4b28136143
Do not discard empty types in specialize_types
Currently, `to_mono_expr` returns `Nothing` when it encounters
an empty record and it discards fields that are empty.

For simplicity, we decided to do this at a later stage, so this changes
it to return a new `MonoExpr::Unit` type instead.
2024-12-11 12:13:11 -03:00
..
src Do not discard empty types in specialize_types 2024-12-11 12:13:11 -03:00
Cargo.toml update to workspace deps for miscellaneous 2024-11-29 11:37:39 +11:00