Haskell-Errors-Library
Error handling library
A type-safe approach to error handling in the Haskell programming language
Type-safe error handling
64 stars
10 watching
22 forks
Language: Haskell
last commit: about 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
gabriella439/haskell-typed-spreadsheet-library | Provides a typed and composable API for building spreadsheets with explicit input/output relationships | 186 |
cdepillabout/servant-checked-exceptions | A library for specifying and handling type-level errors in Servant APIs. | 73 |
neuronlabs/errors | Provides a simple and classified error handling system with advanced features like classification primitives and detailed error structures. | 6 |
gabriella439/haskell-morte-library | An intermediate language for optimizing functional programs in Haskell | 375 |
emperror/errors | Provides a unified error handling package with features from standard libraries and pkg/errors. | 198 |
gabriella439/haskell-lens-tutorial-library | A comprehensive tutorial module for the lens library, providing in-depth guidance on its usage and application. | 81 |
gabriella439/turtle | A Haskell-based shell scripting library providing a typed and lightweight environment for executing system commands and performing filesystem operations. | 945 |
mesabloo/diagnose | A library for generating structured error reports with customizable output options and integration with parsing tools. | 260 |
demystifyfp/fstoolkit.errorhandling | An F# library providing a standardized way to handle errors in software applications using the Result type. | 471 |
cockroachdb/errors | Library providing a standardized way to handle and propagate errors across networked systems. | 2,118 |
haskellfoundation/error-message-index | A collection of documentation for error messages and warnings from various Haskell tools. | 102 |
oliverbrotchie/optionals | Provides error handling and options for TypeScript and Deno similar to Rust's Option and Result enums | 178 |
joomcode/errorx | An error handling library designed to improve conventional approaches in Go by providing composable and expressive errors with debug information. | 1,181 |
zalando/faux-pas | A library that simplifies error handling in Java functional programming | 132 |
kotlins/kotlinslang | A Kotlin library providing functional control structures such as Try, Option, and Either for working with potentially failed or uncertain data | 22 |