This commit is contained in:
Folkert 2021-01-01 00:18:57 +01:00
parent 4cf5566456
commit babd3a06a0

View file

@ -3177,7 +3177,7 @@ pub fn with_hole<'a>(
enum FieldType<'a> { enum FieldType<'a> {
CopyExisting(u64), CopyExisting(u64),
UpdateExisting(&'a roc_can::expr::Field), UpdateExisting(&'a roc_can::expr::Field),
}; }
// Strategy: turn a record update into the creation of a new record. // Strategy: turn a record update into the creation of a new record.
// This has the benefit that we don't need to do anything special for reference // This has the benefit that we don't need to do anything special for reference