Description
Haskell source code minifier for LLM token reduction.
Description
A Haskell source code minifier that uses ghc-lib-parser to parse Haskell source and produce a compact output with comments and whitespace stripped, layout converted to explicit brace syntax, and other size reductions. Useful for reducing LLM token usage when including Haskell source in prompts.