Closed alexander-c-b closed 3 years ago
src/lib/TeXWriter.hs involves a lot of repetition in the pattern matching. It could be made much more clean and readable via the LambdaCase extension.
src/lib/TeXWriter.hs
LambdaCase
src/lib/TeXWriter.hs
involves a lot of repetition in the pattern matching. It could be made much more clean and readable via theLambdaCase
extension.