Estimated hours taken: 1
Fix a bug in record syntax reported by Tom Conway which caused a
compiler abort if there was a field and a constructor with the
same name.
compiler/post_typecheck.m:
Check for a matching constructor before trying to
expand out a field access function.
tests/valid/Mmakefile:
tests/valid/record_syntax_bug.m:
Test case.