Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Unaligned access to primitive arrays Unaligned access to primitive arrays. The offsets are given in bytes rather than elements.
-
product-profunctors Product profunctors and tools for working with them
-
Protocol buffer compiler for the proto-lens library. Turn protocol buffer files (.proto) into Haskell files (.hs) which can be used with the proto-lens package. The library component of this package contains compiler code (namely Data.ProtoLens.Compiler.*) is not guaranteed to have stable APIs.'
-
Pointer poking action construction and composition toolkit Abstraction over memory writes. Efficiently building strict bytestrings is one usecase for it.
-
Pure Haskell SAT-solver SAT Solver implemented in Haskell. PureSAT uses DPLL with non-chronological backtracking and learning of binaary clauses. Solver is in no-comparison to the state of the art solvers, but it's fast enough to solve sudoku.
-
Mutable variable with primitive values Mutable variable PVar that is backed by a single value MutableByteArray
-
Library to provide the behaviour similar to quantum states superposition. Has three modules with similar functionality. The functions provide the somewhat generalized way to round the numbers based on some data.
package
quickcheck-arbitrary-adt Generic typeclasses for generating arbitrary ADTs Improve arbitrary value generation for ADTs
-
Testing group class instances with QuickCheck QuickCheck support for testing instances of type classes defined in the groups library.
package
quickcheck-higherorder QuickCheck extension for higher-order properties Enhancements for property-based testing of higher-order properties.
- Associate types to their representations with the Constructible class.
- Testable' class, variant of Testable with an improved instance for (->).
- Representation of higher-order functions (via test-fun).
- Testable equality TestEq.
- Explicit testable type of Equation.