alexander-c-b / AsciiMath

Compiler from asciimath to LaTeX
MIT License
0 stars 0 forks source link

Cleanup the LaTeX writer #13

Closed alexander-c-b closed 3 years ago

alexander-c-b commented 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.