mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
bunch of stuff
This commit is contained in:
parent
43550bf18e
commit
e395d18e16
13 changed files with 776 additions and 343 deletions
|
@ -30,7 +30,7 @@ impl<'a> Formattable<'a> for Expr<'a> {
|
|||
| Access(_, _)
|
||||
| AccessorFunction(_)
|
||||
| Var { .. }
|
||||
| MalformedIdent(_)
|
||||
| MalformedIdent(_, _)
|
||||
| MalformedClosure
|
||||
| GlobalTag(_)
|
||||
| PrivateTag(_) => false,
|
||||
|
@ -303,7 +303,7 @@ impl<'a> Formattable<'a> for Expr<'a> {
|
|||
buf.push('.');
|
||||
buf.push_str(key);
|
||||
}
|
||||
MalformedIdent(_) => {}
|
||||
MalformedIdent(_, _) => {}
|
||||
MalformedClosure => {}
|
||||
PrecedenceConflict(_, _, _, _) => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue