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.

  1. package reinterpret-cast

    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.

  2. package relapse

    Sensible RLP encoding An implementation of RLP as specified in the Ethereum Wiki, using Attoparsec

  3. package replace-megaparsec

    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.

  4. package repline

    Haskeline wrapper for GHCi-like REPL interfaces. Haskeline wrapper for GHCi-like REPL interfaces. Composable with normal mtl transformers.

  5. package rerefined

    Refinement types, again Please see README.md.

  6. package reroute

    abstract implementation of typed and untyped web routing abstraction over how urls with/without parameters are mapped to their corresponding handlers

  7. package rest-rewrite

    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.

  8. package rio-orphans

    Orphan instances for the RIO type in the rio package See README and Haddocks at https://www.stackage.org/package/rio-orphans

  9. package rocksdb-haskell-jprupp

    Haskell bindings for RocksDB See README at https://github.com/jprupp/rocksdb-haskell#readme

  10. package row-types

    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.

Page 138 of many | Previous | Next