mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
merge if and list
This commit is contained in:
parent
fb2281d12d
commit
d05039f295
5 changed files with 8 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue