mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
merge
This commit is contained in:
parent
9d9316d170
commit
9189e3a461
3 changed files with 84 additions and 56 deletions
|
@ -440,6 +440,7 @@ pub enum If<'a> {
|
|||
Syntax(&'a SyntaxError<'a>, Row, Col),
|
||||
|
||||
IndentCondition(Row, Col),
|
||||
IndentIf(Row, Col),
|
||||
IndentThen(Row, Col),
|
||||
IndentElse(Row, Col),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue