fathom icon indicating copy to clipboard operation
fathom copied to clipboard

Fix record/tuple literal elaboration

Open Kmeakin opened this issue 1 year ago • 0 comments

Fixes #507

When record types are quoted, the size of the environment is incremented with each field. But this is not done when record types are created during synthesis of record literals/tuple literals. This led to off by one errors

Kmeakin avatar Sep 06 '23 23:09 Kmeakin