@hackage record-dot-preprocessor0.2.17

Preprocessor to allow record.field syntax

In almost every programming language a.b will get the b field from the a data type, and many different data types can have a b field. The reason this feature is ubiquitous is because it's useful. The record-dot-preprocessor brings this feature to Haskell - see the README for full details.