Units of Measure
The F# language has built in support for annotating numeric values with units, and for such values it appears will do some dimensional analysis and statically complain if units are incorrect.
It’s unclear if there’s a large benefit in having this functionality in the core language rather than …