stylish-haskell
Haskell Formatter
A tool to format and beautify Haskell code to improve readability.
Haskell code prettifier
994 stars
16 watching
151 forks
Language: Haskell
last commit: 5 months ago
Linked from 1 awesome list
hacktoberfesthaskellprettifier
Related projects:
Repository | Description | Stars |
---|---|---|
nbouscal/vim-stylish-haskell | A plugin that integrates stylish-haskell's code formatting functionality into the Vim text editor workflow. | 40 |
tweag/ormolu | A tool that formats Haskell source code to a consistent style | 971 |
ennocramer/floskell | A tool that formats Haskell source code into a more readable layout | 180 |
lspitzner/brittany | A tool to format Haskell source code according to certain formatting rules | 691 |
haskell/pretty | A utility library for formatting text in a consistent manner | 72 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 194 |
guibou/pyf | A Haskell library for string formatting with a mini language inspired by Python's printf. | 66 |
haskell-tools/haskell-tools | Developer tools for refactoring Haskell programs. | 249 |
danstiner/hfmt | A tool for formatting Haskell source code by applying existing formatting tools | 126 |
fourmolu/fourmolu | A formatting tool for Haskell source code with customizable configuration and compatibility with modern dialects. | 370 |
haskellweekly/haskellweekly | Curated news about the Haskell programming language published in both a newsletter and podcast format. | 144 |
well-typed/unfolder | A repository providing code snippets to illustrate key concepts in Haskell programming | 85 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 850 |
mrkkrp/ghc-syntax-highlighter | A syntax highlighter library for Haskell built around the GHC lexer. | 59 |
mihaimaruseac/hindent | A tool that reformat Haskell source code to make it more readable and consistent | 563 |