@hackage / hstidy

Takes haskell source on stdin, parses it, then prettyprints it to stdout.

Latest0.2

About

Metadata

  • Last updated , by MattMorrow
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: Matt Morrow <mjm2002@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

hstidy reads haskell source from stdin, then parses and prettyprints it to stdout. hstidy accepts not only modules as a parseable unit, but expressions and patterns as well. Haddock docs are located at http://code.haskell.org/~morrow/code/haskell/hstidy/docs/