roc/crates/test_compile/src
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
..
deindent.rs Remove inaccurate comment 2024-11-25 19:50:02 -03:00
help_can.rs Fix warnings in specialize_types 2024-11-23 02:20:47 -03:00
help_constrain.rs Remove unused code 2024-12-05 09:18:52 +00:00
help_parse.rs Fix help_can and help_parse 2024-11-01 21:15:35 -04:00
help_solve.rs Allow suffixed pure functions that are exposed to the host 2024-11-27 14:06:37 -03:00
help_specialize.rs Do not discard empty types in specialize_types 2024-12-11 12:13:11 -03:00
lib.rs Allow panics in test_compile since it's only used in tests 2024-11-26 22:00:45 -03:00