haskell-checklist
Code quality check
A checklist to help Haskell developers ensure their code is readable, maintainable and follows best practices.
Preflight checklist for Haskell code. Aspire to greatness!
68 stars
2 watching
2 forks
Language: Haskell
last commit: over 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
nick8325/quickcheck | Automated testing of program properties in Haskell programs. | 728 |
haskell-ci/haskell-ci | Generates CI workflows for multiple versions of the Haskell programming language compiler | 438 |
dwayne/haskell-programming | Collects notes and solutions to exercises from the book 'Haskell Programming from first principles' | 95 |
google/haskell-indexer | Provides libraries and tools for preprocessing Haskell source code to enable entity cross-referencing | 99 |
haskellzhangsong/introduction_to_haskell | A book's source code with corrections and explanations for errors in a Haskell programming language textbook. | 67 |
haskell-github/github | A Haskell library providing an interface to the GitHub API. | 412 |
dnikolovv/practical-haskell | A collection of practical examples and snippets to help developers use Haskell in real-world scenarios. | 84 |
mark-watson/haskell_tutorial_cookbook_examples | A collection of Haskell code examples and tutorials for learning the language. | 81 |
mcandre/linters | A community wiki for improving code quality through static analysis and style checking tools | 342 |
haskelllive/haskelllive | Repository containing source code and resources for teaching Haskell programming concepts through live coding sessions | 130 |
hspec/hspec | A testing framework for Haskell programming language | 755 |
1haskelladay/1had | Provides tools and exercises for practicing functional programming in Haskell | 118 |
haskell-hvr/uuid | A Haskell library for working with universally unique identifiers. | 62 |
lexi-lambda/higher-rank | A Haskell implementation of type checking and evaluation for higher-rank polymorphism | 101 |
haskell/criterion | A performance measurement library for Haskell code | 505 |