Following #7, resolve the types of record-fields. This will allow us to deduce that the expression `{a: 1, b: true}.a` has type `int`. The implementation of record fields requires us to add actions to `Unifier`. See [reduceRecordSelectorType](https://github.com/hydromatic/morel/blob/08cdf268da777f290dfe055c7c2856cf86164728/src/main/java/net/hydromatic/morel/compile/TypeResolver.java#L1489).