Open cpitclaudel opened 2 years ago
Proposal:
datatype Record(field1: type1, …, fieldn: typen)
As a short form of
datatype Record = Record(field1: type1, …, fieldn: typen)
Should we syntax highlight the remaining Record as a type or as a constructor ? :-)
Record
Proposal:
As a short form of