Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Find, replace, split string patterns with Megaparsec parsers (instead of regex) Find text patterns, replace the patterns, split on the patterns. Use Megaparsec monadic parsers instead of regular expressions for pattern matching.
-
Haskeline wrapper for GHCi-like REPL interfaces. Haskeline wrapper for GHCi-like REPL interfaces. Composable with normal mtl transformers.
-
Refinement types, again Please see README.md.
-
abstract implementation of typed and untyped web routing abstraction over how urls with/without parameters are mapped to their corresponding handlers
-
Rewriting library with online termination checking REST is a Rewriting library with online termination checking. For more details see the paper at https://arxiv.org/abs/2202.05872.
-
Orphan instances for the RIO type in the rio package See README and Haddocks at https://www.stackage.org/package/rio-orphans
package
rocksdb-haskell-jprupp Haskell bindings for RocksDB See README at https://github.com/jprupp/rocksdb-haskell#readme
-
Open Records and Variants This package uses closed type families and type literals to implement open records and variants. The core is based off of the CTRex package, but it also includes polymorphic variants and a number of additional functions. That said, it is not a proper superset of CTRex as it specifically forbids records from having more than one element of the same label.
-
A flexible, extensible s-expression library. S-Cargot is a library for working with s-expressions in a modular and extensible way, opting for genericity and flexibility instead of speed. Instead of understanding one particular form of s-expression, the S-Cargot library exposes tools for parsing or emitting different kinds of s-expressions, including features not normally included in an s-expression library like reader macros or tight control over indentation in pretty-printing.
package
safe-coloured-text-gen Generators for types in safe-coloured-text