Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
A library to provide special kind of big numbers writing. Provides a function that shows the somewhat "reversed" scientific notation of the big Integer number so that it is easier (more likely accurately) to compare at quick glance two numbers in such a notation by their order and values in the ordered list of the multiple values. Is intended to be used in PhLADiPreLiO.
-
Reverse State monad transformer It's like the State monad transformer. But Reversed! The state goes backwards.
-
RFC-1751 library for Haskell Please see the README on GitHub at https://github.com/jprupp/rfc1751#readme
-
Simple unicode collation as per RFC5051. This library implements i;unicode-casemap, the simple, non locale-sensitive unicode collation algorithm described in RFC 5051 (http://www.rfc-editor.org/rfc/rfc5051.txt). Proper unicode collation can be done using text-icu, but that is a big dependency that depends on a large C library, and rfc5051 might be better for some purposes. Here is a list of strings sorted by the Prelude's sort function: Abe Oeb abe abé oeb Ábe Äbe Ôeb ábe äbe ôeb. Here is the same list sorted by sortBy compareUnicode: Abe abe abé Ábe ábe Äbe äbe Oeb oeb Ôeb ôeb
-
A dynamic/unbounded alternative to Bounded Enum Please see the README on GitHub at https://github.com/cdornan/rg#readme
-
Gloss backend for Rhine This package provides a simple wrapper for the gloss library, or rather the function Graphics.Gloss.play, enabling you to write gloss applications as signal functions.
-
Terminal backend for Rhine This package provides an example of a terminal based program using rhine.
-
Improved library to deal with rhythmicity of short sequences The improved library that deals with the model similar to the one given at the work https://oleksandrzhabenko.github.io/uk/rhythmicity/PhLADiPreLiO.Eng.21.pdf and https://hackage.haskell.org/package/phonetic-languages-simplified-examples-array
-
Rich environment variable setup for Haskell This package exposes a type that captures a set of rules to modify an existing environment variable set, be it a provided list of key-value pairs (list of duples) or the system's environment variable set itself. Each rule can be either a prefix, a mapping or a value. See README.md for more details.
-
RNG within an IORef for convenient concurrent use rng-utils aims to make it easy to generate an RNG and safely use it concurrently.