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.
-
Fast Entity-Component-System library for game programming apecs is a fast, type-driven Entity-Component-System library for game programming.
-
Efficient basic number-theoretic functions. A library of basic functionality needed for number-theoretic calculations. The aim of this library is to provide efficient implementations of the functions. Primes and related things (totients, factorisation), powers (integer roots and tests, modular exponentiation).
-
Attoparsec parsers of time A collection of Attoparsec parsers for the "time" library
-
URI parser / printer using attoparsec Please see the README on GitHub at https://github.com/athanclark/attoparsec-uri#readme
-
Effectful streams and automata in coalgebraic encoding Effectful streams have an internal state and a step function. Varying the effect type, this gives many different useful concepts: For example with a reader effect, it results in automata (a.k.a transducers or state machines).
-
Avro serialization support for Haskell Avro serialization and deserialization support for Haskell
-
A client for AWS X-Ray. The core client for enabling AWX X-Ray. See other `aws-xray-client-*` packages for usage and integration examples.
-
Classes for working with types that can change clothes. Types that are parametric on a functor are like Barbies that have an outfit for each role. This package provides the basic abstractions to work with them comfortably.
-
Featureful preludes formed solely from the "base" package A library which aims to reexport all the non-conflicting and most general definitions from the "base" package. This includes APIs for applicatives, arrows, monoids, foldables, traversables, exceptions, generics, ST, MVars and STM. This package will never have any dependencies other than "base". Besides a rich prelude it provides limited ones like BasePrelude.DataTypes, which only exports the data-types defined across the "base" package, and BasePrelude.Operators, which only exports the common operators. Versioning policy The versioning policy of this package deviates from PVP in the sense that its exports in part are transitively determined by the version of "base". Therefore it's recommended for the users of "base-prelude" to specify the bounds of "base" as well.
-
Implementation of BASE58 transcoding for ByteStrings Implementation of BASE58 transcoding copy-pasted from haskoin package