| ... | @@ -14,9 +14,10 @@ foo = Bar { x = "hello } |
... | @@ -14,9 +14,10 @@ foo = Bar { x = "hello } |
|
|
|
|
|
|
|
baz = foo { y = 3 }
|
|
baz = foo { y = 3 }
|
|
|
|
|
|
|
|
should not result in an error, but rather pass foo through unchanged. update should update the record if it exists, but pass the type through otherwise.
|
|
should not result in an error, but rather pass foo
|
|
|
|
|
through unchanged. update should update the record
|
|
|
this would make the update syntax actually useful
|
|
if it exists, but pass the type through otherwise.
|
|
|
|
This would make the update syntax actually useful
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
| ... | | ... | |