Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
class Sizable, Peek and Poke Please see the README on GitHub at https://github.com/YoshikuniJujo/storable-peek-poke#readme
-
Strict linked list Implementation of strict linked list with care taken about stack.
-
Standardized conversion between string types Avoids the need to remember many different functions for converting string types. Just use one universal function toS for all monomorphic string conversions.
-
Swizzle functions Please see the README on GitHub at https://github.com/YoshikuniJujo/swizzle#readme
-
Swizzle set functions Please see the README on GitHub at https://github.com/YoshikuniJujo/swizzle-set#readme
-
A webdriver companion library for sydtest A webdriver companion library for sydtest
package
synthesizer-dimensional Audio signal processing with static physical dimensions High-level functions that use physical units and abstract from the sample rate in a statically type safe way.
-
alternative package for processing of tag soups Tagchup is a package for processing XML, HTML, XHTML documents that can also be malformed. It allows parsing, formatting and retrieval of such document. All functions should be as lazy as possible. I use a custom data structure based on types from xml-basic for easy interchange with the wraxml package. Its lazy monadic parser should be more comprehensible and easier to extend than the one of tagsoup-0.6. It also handles XML processing instructions and CDATA sections correctly. The name Tagchup resembles Ketchup.
-
Check multiple items during a tasty test Allows the test to check a number of items during a test and only signal pass or fail when the end if the checklist is reached. Also provides an easy method to check multiple derived values from a single input value.
-
Bencmarking using instruction counting Benchmarking framework which uses instruction counters intead of time measurements. Instruction count is only proxy for code performance but unlike time could be measured deterministically. PAPI is used in order to access hardware counters.