Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Simplifies dealing with different types for strings Provides a simple type class for converting values of different string types into values of other string types.
-
Test discovery for the tasty framework. Automatic test discovery and runner for the tasty framework. Prefix your test case names and tasty-discover will discover, collect and run them. All popular test libraries are covered. Configure once and then just write your tests. Avoid forgetting to add test modules to your Cabal/Hpack files. Tasty ingredients are included along with various configuration options for different use cases. Please see the README.md below for how to get started.
-
Compatibility package for time This packages tries to compat as much of time features as possible. TODO:
- Difference type ParseTime and FormatTime instances are missing.
- Formatting varies depending on underlying time version
- dayFractionToTimeOfDay on extreme values
-
a persistent store for values of arbitrary types A vault is a persistent store for values of arbitrary types. It's like having first-class access to the storage space behind IORefs. The data structure is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name. Also provided is a locker type, representing a store for a single element.
-
Word8 library Word8 library to be used with Data.ByteString
-
X509 reader and writer X509 reader and writer. please see README
-
Embedded domain-specific language for declarative graphics Diagrams is a flexible, extensible EDSL for creating graphics of many types. Graphics can be created in arbitrary vector spaces and rendered with multiple backends. diagrams-lib provides a standard library of primitives and operations for creating diagrams. To get started using it, see the Diagrams module, and refer to the tutorials and documentation on the diagrams website, http://diagrams.github.io.
-
Standard properties for functions on `Validity` types for the sydtest framework Standard properties for functions on Validity types for the sydtest framework
-
Law-abiding lenses for aeson Law-abiding lenses for aeson.
-
Collection of tools for numeric computations This library contain collection of various utilities for numerical computing. So far there're special mathematical functions, compensated summation algorithm, summation of series, root finding for real functions, polynomial summation and Chebyshev polynomials.