merge if and list

This commit is contained in:
Folkert 2021-02-25 14:58:33 +01:00
parent fb2281d12d
commit d05039f295
5 changed files with 8 additions and 9 deletions

View file

@ -188,7 +188,7 @@ fn to_expr_report<'a>(
fn to_lambda_report<'a>(
alloc: &'a RocDocAllocator<'a>,
filename: PathBuf,
context: Context,
_context: Context,
parse_problem: &roc_parse::parser::ELambda<'a>,
start_row: Row,
start_col: Col,