haskell-dangerous-functions
Error-prone functions
Raises awareness of Haskell's error-prone functions and provides tools to detect and prevent their misuse.
Documentation about Haskell's dangerous functions and a hlint config file to warn about them
167 stars
10 watching
14 forks
Language: Haskell
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
norfairking/sydtest | A modern testing framework for Haskell with advanced features and good defaults | 116 |
gabriella439/haskell-errors-library | A type-safe approach to error handling in the Haskell programming language | 64 |
xnning/eveff | A Haskell library providing an efficient way to handle effects in functional programming | 82 |
1haskelladay/1had | Provides tools and exercises for practicing functional programming in Haskell | 118 |
svenschmidt75/functional | An exploration of Haskell's functional programming capabilities, with a focus on practical applications and software development concepts. | 0 |
haskellfoundation/error-message-index | A collection of documentation for error messages and warnings from various Haskell tools. | 103 |
noredink/haskell-libraries | A monorepo of Haskell libraries developed by NoRedInk for various internal projects. | 76 |
etorreborre/registry | A Haskell library providing a Registry data structure to create functions from other functions and control dependencies | 168 |
thma/whyhaskellmatters | Explaining why Haskell's unique features make it an important language for software development | 470 |
ndmitchell/extra | A collection of utility functions for the Haskell programming language | 94 |
tfausak/flow | A Haskell package providing alternative operators to improve code readability | 200 |
politrons/dive_into_haskell | An introductory guide to Haskell programming language features and applications | 69 |
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 31 |
nh2/call-haskell-from-anything | A tool for serializing function calls and integrating Haskell with various programming languages via dynamic libraries and serialization | 391 |
reflex-frp/reflex-examples | A collection of code examples demonstrating functional reactive programming (FRP) concepts using Haskell. | 81 |