TypeChef icon indicating copy to clipboard operation
TypeChef copied to clipboard

Recursively merge struct environment

Open ckaestne opened this issue 9 years ago • 0 comments

Currently, the struct environment contains a choice of StructTag. If a choice is redeclared in different contexts, this causes unnecessary computations. Instead, there should be only a single structTag with inner variations. The struct information should be merged recursively to describe the correct contexts with local variability.

ckaestne avatar Jan 25 '15 20:01 ckaestne