roc/crates/repl_expect
Ayaz Hafiz 5164994fb5
Do not attempt to lookup functions in expects
Functions are not useful to print in expect results, because they are
only printed opaquely as `<function>`. Moreover, their transformation to
closure sets during mono can be extremely lossy, up to and including the
elision of symbols for function closure symbols. As such, simply do not
attempt to lookup or print functions referenced in expects.

Closes #4389
2022-10-24 10:28:56 -05:00
..
src Do not attempt to lookup functions in expects 2022-10-24 10:28:56 -05:00
Cargo.toml Resolve ability specializations looked up in expects 2022-10-17 17:56:48 -05:00