HaRe
Haskell refactoring tool
A tool to automatically refactor Haskell code without changing its meaning or structure
The Haskell Refactoring Tool
139 stars
9 watching
32 forks
Language: Haskell
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
haskell-tools/haskell-tools | Developer tools for refactoring Haskell programs. | 249 |
mpickering/apply-refact | A tool that applies refactorings to Haskell source files based on suggestions from a package. | 147 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 193 |
tfausak/flow | A package providing functions and operators to improve Haskell code readability | 200 |
cyga/real-world-haskell | A tool to parse and fix code samples from the book 'Real World Haskell' | 89 |
alexwl/haskell-code-explorer | A web application for exploring and understanding Haskell codebases | 512 |
haskell-webdriver/haskell-webdriver | A Haskell client library for controlling a remote browser session using the Selenium WebDriver protocol | 191 |
lukexi/halive | A tool that enables instant recompilation and reloading of Haskell code during development | 263 |
haskell-jp/makemistakestolearnhaskell | A tutorial project teaching Haskell programming by having learners attempt and learn from their mistakes | 81 |
google/haskell-indexer | Provides libraries and tools for preprocessing Haskell source code to enable entity cross-referencing | 99 |
reanimate/reanimate | A Haskell library for generating 2D animations based on SVG graphics. | 1,126 |
hansroland/reflex-dom-inbits | A tutorial project for creating GUI applications in Haskell using Reflex-Dom | 116 |
mzero/haskell-amuse-bouche | A collection of Haskell code examples and resources illustrating the language's features and programming techniques. | 114 |
haskell/fgl | A library that provides an inductive approach to dealing with graphs | 184 |
ocharles/effect-zoo | An analysis of Haskell effect systems to compare their performance and usability | 65 |