Jeff
Jeff
I'm seeing the same potential problem looking to adopt prettier in a project where we only manage a small set of sub-directories of the main project. A number of the...
@jwosty it depends on what types map to `{ foo=x.Name; x.Title }`. Without the `|` characters that would appear to be a regular record and thus the type would have...
@7sharp9, looking over some of the documentation on records in OCaml it does indeed look like there is direct overlap with the concept discussed here and field and label punning....