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.

  1. package storable-peek-poke

    class Sizable, Peek and Poke Please see the README on GitHub at https://github.com/YoshikuniJujo/storable-peek-poke#readme

  2. package strict-list

    Strict linked list Implementation of strict linked list with care taken about stack.

  3. package string-conv

    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.

  4. package swizzle

    Swizzle functions Please see the README on GitHub at https://github.com/YoshikuniJujo/swizzle#readme

  5. package swizzle-set

    Swizzle set functions Please see the README on GitHub at https://github.com/YoshikuniJujo/swizzle-set#readme

  6. package sydtest-webdriver

    A webdriver companion library for sydtest A webdriver companion library for sydtest

  7. 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.

  8. package tagchup

    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.

  9. package tasty-checklist

    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.

  10. package tasty-papi

    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.

Page 94 of many | Previous | Next