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

GitHub

167 stars
10 watching
14 forks
Language: Haskell
last commit: almost 3 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
norfairking/sydtestA modern testing framework for Haskell with advanced features and good defaults116
gabriella439/haskell-errors-libraryA type-safe approach to error handling in the Haskell programming language64
xnning/eveffA Haskell library providing an efficient way to handle effects in functional programming82
1haskelladay/1hadProvides tools and exercises for practicing functional programming in Haskell118
svenschmidt75/functionalAn exploration of Haskell's functional programming capabilities, with a focus on practical applications and software development concepts.0
haskellfoundation/error-message-indexA collection of documentation for error messages and warnings from various Haskell tools.103
noredink/haskell-librariesA monorepo of Haskell libraries developed by NoRedInk for various internal projects.76
etorreborre/registryA Haskell library providing a Registry data structure to create functions from other functions and control dependencies168
thma/whyhaskellmattersExplaining why Haskell's unique features make it an important language for software development470
ndmitchell/extraA collection of utility functions for the Haskell programming language94
tfausak/flowA Haskell package providing alternative operators to improve code readability200
politrons/dive_into_haskellAn introductory guide to Haskell programming language features and applications69
akronae/eslint-plugin-exception-handlingDetects and warns about potential errors in functions that might throw exceptions.31
nh2/call-haskell-from-anythingA tool for serializing function calls and integrating Haskell with various programming languages via dynamic libraries and serialization391
reflex-frp/reflex-examplesA collection of code examples demonstrating functional reactive programming (FRP) concepts using Haskell.81