mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-22 22:15:02 +00:00
switch from type annotation to type variable
This commit is contained in:
parent
8f4945f286
commit
6302a8d4b5
11 changed files with 136 additions and 97 deletions
|
@ -1474,7 +1474,6 @@ impl<'a> Malformed for Expr<'a> {
|
|||
|
||||
Str(inner) => inner.is_malformed(),
|
||||
|
||||
// TODO: what is the scope of Malformed? Would this not being a real file make it malformed?
|
||||
RecordAccess(inner, _) |
|
||||
TupleAccess(inner, _) => inner.is_malformed(),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue