@hackage FPretty1.0

Efficient simple pretty printing combinators

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      O.Chitil@kent.ac.uk

    • Versions

      • 1.1 Tue, 3 Apr 2018
      • 1.0 Tue, 3 Apr 2018

    A pretty printer turns a tree structure into indented text, such that the indentation reflects the tree structure. To keep text short, substructures are put into a single line as far as possible. The library provides combinators for building pretty printers. It emphasizes simplicity and efficiency.