Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Memory reinterpretation casts for Float/Double and Word32/Word64 Memory reinterpretation casts for Float/Double and Word32/Word64. The implementations in the .Internal package are different ways to tackle the problem; the array method (current default) is about 5 times faster than the FFI method.
-
Sensible RLP encoding An implementation of RLP as specified in the Ethereum Wiki, using Attoparsec
-
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.