PyF
Formatter
A Haskell library for string formatting with a mini language inspired by Python's printf.
Haskell QuasiQuoter for String Formatting
66 stars
5 watching
13 forks
Language: Haskell
last commit: 6 months ago formattinghaskell
Related projects:
Repository | Description | Stars |
---|---|---|
haskell/stylish-haskell | A tool to format and beautify Haskell code to improve readability. | 988 |
tweag/ormolu | A tool that formats Haskell source code to a consistent style | 964 |
haskell/pretty | A library providing a consistent and configurable way to print text in a human-readable format. | 69 |
ennocramer/floskell | A tool that formats Haskell source code into a more readable layout | 180 |
haskell-github/github | A Haskell library providing an interface to the GitHub API. | 411 |
google/haskell-indexer | Provides libraries and tools for preprocessing Haskell source code to enable entity cross-referencing | 99 |
jupyterlab-contrib/jupyterlab_code_formatter | Facilitates invocation of code formatters in JupyterLab | 854 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
haskell/text | Efficient Unicode text operations in Haskell | 407 |
cyga/real-world-haskell | A tool to parse and fix code samples from the book 'Real World Haskell' | 89 |
nbouscal/vim-stylish-haskell | A plugin that integrates stylish-haskell's code formatting functionality into the Vim text editor workflow. | 40 |
mihaimaruseac/hindent | A tool that reformat Haskell source code to make it more readable and consistent | 562 |
quchen/prettyprinter | A modern text formatting library for Haskell that provides flexible and extensible formatting options. | 295 |
go-ffmt/ffmt | Golang beautifies data display by providing formatting options for humans | 305 |
dnanhkhoa/nb_black | Automates code formatting for Python using Black and YAPF to improve readability | 368 |