May 12, 2020:
Anonymous types matter
Anonymous tuples and records for designing APIs compatible by a structure, not a construction.
In typed FP, we sometimes tend to overuse closed designs with opaque data. In this post I aim to explain why it might be in some cases better chose an opposite design.