diff --git a/compiler/mono/src/decision_tree.rs b/compiler/mono/src/decision_tree.rs index ab759d4d3d..cf0412865d 100644 --- a/compiler/mono/src/decision_tree.rs +++ b/compiler/mono/src/decision_tree.rs @@ -275,7 +275,7 @@ fn flatten<'a>( /// path. If that is the case we give the resulting label and a mapping from free /// variables to "how to get their value". So a pattern like (Just (x,_)) will give /// us something like ("x" => value.0.0) -fn check_for_match(branches: &Vec) -> Option