Tag
Tilia is a new formatter for Haskell that addresses challenges like comment handling, operator fixity inference, and CPP support.
This article discusses the challenges faced while building a code formatter for Gren, including issues with the compiler's parser omitting comments and punctuation, ensuring idempotent formatting, and testing without a formal specification.