You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to how top-level functions with multiple definitions are folded into a match statement (see the comment "There are multiple impls of this function, so expand this into a case statement" in convert.rs for code that can be reused) lambdas with multiple definitions should be folded into one match statement also.
Similar to how top-level functions with multiple definitions are folded into a match statement (see the comment "There are multiple impls of this function, so expand this into a case statement" in
convert.rs
for code that can be reused) lambdas with multiple definitions should be folded into one match statement also.To repro, save this as
test.hs
:Running
cargo run --manifest-path corollary/Cargo.toml -- test.hs
currently outputs this:Expected output:
The text was updated successfully, but these errors were encountered: