morganstanley / hobbes

A language and an embedded JIT compiler
http://hobbes.readthedocs.io/
Apache License 2.0
1.16k stars 105 forks source link

disallow record and variant types with duplicate field/constructor names #360

Closed kthielen closed 4 years ago

kthielen commented 4 years ago

This fixes:

https://github.com/Morgan-Stanley/hobbes/issues/355

And introduces tests to verify it.