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 network-transport-inmemory

    In-memory instantiation of Network.Transport This is a transport implementation that could be used for local communication in the same address space (i.e. one process). . It could be used either for testing purposes or for local communication that require the network-transport semantics. . NB: network-tranpsport-inmemory does not support cross-transport communication. All endpoints that want to comminicate should be created using the same transport.

  2. package network-transport-tests

    Unit tests for Network.Transport implementations Unit tests for Network-Transport implementations.

  3. package newtype

    A typeclass and set of functions for working with newtypes. Per Conor McBride, the Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operate under that newtype with functions such as ala. See Control.Newtype for documentation and examples.

  4. package nondeterminism

    A monad and monad transformer for nondeterministic computations. Nondeterministic computations

  5. package numtype-dk

    Type-level integers, using TypeNats, Data Kinds, and Closed Type Families. This package provides type level representations of the (positive and negative) integers and basic operations (addition, subtraction, multiplication, division, exponentiation) on these. The numtype-dk package differs from the numtype package in that the NumTypes are implemented using Data Kinds, TypeNats, and Closed Type Families rather than Functional Dependencies. Requires GHC 7.8 or later.

  6. package opentelemetry-extra

    The OpenTelemetry Haskell Client https://opentelemetry.io

  7. package optional-args

    Optional function arguments This library provides a type for specifying Optional function arguments Read the tutorial in Data.Optional to learn more

  8. package optparse-simple

    Simple interface to optparse-applicative Please see the README at https://www.stackage.org/package/optparse-simple

  9. package pandoc-lua-marshal

    Use pandoc types in Lua This package provides functions to marshal and unmarshal pandoc document types to and from Lua. The values of most types are pushed to pandoc as "userdata" objects that wrap a stable pointer to the Haskell value; these objects come with methods to access and modify their properties. Sequences are pushed as normal Lua tables, but are augmented with convenience functions.

  10. package parsec-class

    Class of types that can be constructed from their text representation This library provides the type class HasParser as a dual to Pretty. Instances of this class provide a parser than can be used to construct the type from its text representation.

Page 131 of many | Previous | Next