Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package pipes-group

    Group streams into substreams pipes-group uses FreeT and lenses to group streams into sub-streams. Notable features include:

    • Perfect Streaming: Group elements without collecting them into memory
    • Lens Support: Use lenses to simplify many common operations
    Pipes.Group contains the full documentation for this library. Read Pipes.Group.Tutorial for an extensive tutorial.

  2. package pipes-ordered-zip

    merge two ordered Producers into a new Producer provides a simple function to merge two Pipes-Producers into a new Producer that yields pairs of values of the original producers, but using Maybes to indicate values that are only present in the first, second or both producers. Useful to perform Left-Joins, Right-Joins and Inner-Joins on the fly using Haskell Pipes.

  3. package pipes-zlib

    Zlib and GZip compression and decompression for Pipes streams Zlib and GZip compression and decompression for Pipes streams

  4. package polysemy-plugin

    Disambiguate obvious uses of effects. Please see the README on GitHub at https://github.com/polysemy-research/polysemy/tree/master/polysemy-plugin#readme

  5. package pontarius-xmpp

    An XMPP client library Pontarius XMPP is a work in progress implementation of RFC 6120 ("XMPP CORE"), RFC 6121 ("XMPP IM"), and RFC 6122 ("XMPP ADDR"). While in alpha, Pontarius XMPP works quite well and fulfills most requirements of the RFCs.

  6. package postgres-options

    An Options type representing options for postgres connections This package exports an Options type representing options for postgres connections

  7. package postgresql-syntax

    PostgreSQL AST parsing and rendering Postgres syntax tree and related utils extracted from the "hasql-th" package. The API is in a rather raw "guts out" state with most documentation lacking, but the codebase is well tested.

  8. package pretty-hex

    A library for hex dumps of ByteStrings This library generates pretty hex dumps of ByteStrings in the style of other common *nix hex dump tools.

  9. package prettychart

    Pretty print charts from ghci. Serve and print charts from ghci or from an svg file, with automatic formatting.

  10. package prettyprinter-combinators

    Some useful combinators for the prettyprinter package Various utilities that make writing Pretty instances easier. Notable utilites include automatic deriving of Pretty instance via Generic, Data, or Show instance.

Page 134 of many | Previous | Next