forked from lix-project/lix
eldritch horrors
2a84123631
for plain inherits this is really just a stylistic choice, but for inherit-from it actually fixes an exponential size increase problem during expr printing (as may happen during assertion failure reporting, on during duplicate attr detection in the parser) (cherry picked from commitecf8b12d60
) Change-Id:Ie55f0cb01a37e766414c31f8d40f51c2c7d106b0
2 lines
71 B
Plaintext
2 lines
71 B
Plaintext
(let b = 2; c = { }; in { inherit b; inherit (c) d e; a = 1; f = 3; })
|