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 sydtest-typed-process

    A typed-process companion library for sydtest A typed-process companion library for sydtest

  2. package tasty-ant-xml

    Render tasty output to XML for Jenkins A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.

  3. package tasty-hslua

    Tasty helpers to test HsLua. Various tasty helpers and utilities to test HsLua oparations. Built on top of tasty-hunit.

  4. package terminfo

    Haskell bindings to the terminfo library. This library provides an interface to the terminfo database (via bindings to the curses library). Terminfo allows POSIX systems to interact with a variety of terminals using a standard set of capabilities.

  5. package text-conversions

    Safe conversions between textual types Safe conversions between textual types

  6. package text-metrics

    Calculate various string metrics efficiently Calculate various string metrics efficiently.

  7. package tfp

    Type-level integers, booleans, lists using type families TFP is an abbreviation for Type Family Programming. It provides implementations of type-level integers and booleans, and (eventually) simple type-level data structures. It uses type families as functions to produce new types, which provides an intuitive way to parameterize data types and functions on numerical values at compile time.

  8. package threads

    Fork threads and wait for their result This package provides functions to fork threads and wait for their result, whether it's an exception or a normal value. Besides waiting for the termination of a single thread this packages also provides functions to wait for a group of threads to terminate. This package is similar to the threadmanager, async and spawn packages. The advantages of this package are:

    • Simpler API.
    • More efficient in both space and time.
    • No space-leak when forking a large number of threads.
    • Correct handling of asynchronous exceptions.
    • GHC specific functionality like forkOn and forkIOWithUnmask.

  9. package time-units

    A basic library for defining units of time as types. In many cases, it is useful (either for error checking or documentation reasons) to define input and output types as having a particular unit of time. In addition, by creating a type class defining type units, this library should make it easier to separate the units of time the developer wants to think in versus the units of time the library author wants to think in.

  10. package trifecta

    A modern parser combinator library with convenient diagnostics A modern parser combinator library with slicing and Clang-style colored diagnostics For example: (Local Copy)

Page 58 of many | Previous | Next