roc/crates/compiler/can
Ayaz Hafiz 42fe19541e
Define inline expects defs in their definition order
When we transform a top-level expect into an inline expect, we collect
all intermediate defs before the expect condition, then layer the defs
back on. Because the layering procedure builds an expression bottom-up,
we must layer on defs in reverse definition order.

Closes #4705
2022-12-07 10:54:16 -06:00
..
src Define inline expects defs in their definition order 2022-12-07 10:54:16 -06:00
tests Support OIOP for type aliases 2022-10-31 09:38:21 -05:00
Cargo.toml more workspace dependencies 2022-11-13 16:10:02 +01:00