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.

  1. package digits

    Converts integers to lists of digits and back. Converts integers to lists of digits and back. Supports arbitrary bases.

  2. package digraph

    Directed Graphs Directed graphs implementation that is based on unordered-containers

  3. package dimensional

    Statically checked physical dimensions Dimensional is a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities and units is embedded in their types and the validity of operations is verified by the type checker at compile time. The wrapping and unwrapping of numerical values as quantities is done by multiplication and division with units. The library is designed to, as far as is practical, enforce/encourage best practices of unit usage. Version 1 of the dimensional package differs from earlier version in that the dimension tracking is implemented using Closed Type Families and Data Kinds rather than functional dependencies. This enables a number of features, including improved support for unit names and quantities with statically-unknown dimensions. Requires GHC 8.0 or later.

  4. package directory-ospath-streaming

    Stream directory entries in constant memory in vanilla IO Reading of directory contents in constant memory, i.e. in an iterative fashion without storing all directory elements in memory. From another perspective, this reading interface allows stopping at any point without loading every directory element. Also defines general-purpose recursive directory traversals. Both Windows and Unix systems are supported.

  5. package discount

    Haskell bindings to the discount Markdown library. Discount is a thin wrapper around the discount library http://www.pell.portland.or.us/~orc/Code/discount/ for parsing Markdown. It supports both additional features such as definition lists and tables, while also having a mode for pure Markdown.

  6. package discrimination

    Fast generic linear-time sorting, joins and container construction. This package provides fast, generic, linear-time discrimination and sorting. The techniques applied are based on multiple papers and talks by Fritz Henglein.

  7. package distributed-closure

    Serializable closures for distributed programming. See README.

  8. package distributed-process-execution

    Execution Framework for The Cloud Haskell Application Platform The Execution Framework provides tools for load regulation, workload shedding and remote hand-off. The currently implementation provides only a subset of the plumbing required, comprising tools for event management, mailbox buffering and message routing.

  9. package distributed-process-simplelocalnet

    Simple zero-configuration backend for Cloud Haskell Simple backend based on the TCP transport which offers node discovery based on UDP multicast. This is a zero-configuration backend designed to get you going with Cloud Haskell quickly without imposing any structure on your application.

  10. package distributed-process-tests

    Tests and test support tools for distributed-process. Tests and test suite for Cloud Haskell libraries, specifically the core distributed-process library.

Page 178 of many | Previous | Next