@hackage hsmin0.1.0

Haskell source code minifier for LLM token reduction

  • Installation

  • Dependencies (2)

  • Dependents (0)

  • Package Flags

      werror
       (off by default)

      Enable -Werror during development

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.