Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. package pipes-aeson

    Encode and decode JSON streams using Aeson and Pipes. Utilities to encode and decode Pipes streams of JSON. See the changelog.md file in the source distribution to learn about any important changes between version.

  2. package pipes-fastx

    Streaming parsers for Fasta and Fastq Streaming parsers for Fasta and Fastq

  3. package pipes-http

    HTTP client with pipes interface pipes-http is a pipes wrapper around the http-client library

  4. package pipes-mongodb

    Stream results from MongoDB Stream results from MongoDB

  5. package pipes-random

    Producers for handling randomness. Producers for handling randomness.

  6. package pipes-wai

    A port of wai-conduit for the pipes ecosystem A light-weight wrapper around Network.Wai to provide easy pipes support.

  7. package placeholders

    Placeholders for use while developing Haskell code While working on some Haskell code, it is often useful to work incrementally by inserting undefined as a placeholder for missing code. This library provides placeholders that produce better messages when evaluated at run-time and also generate compile-time warnings so that they do not get forgotten so easily. For details, see http://github.com/ahammar/placeholders

  8. package plot

    A plotting library, exportable as eps/pdf/svg/png or renderable with gtk A package for creating plots, built on top of the Cairo rendering engine. An ambitious attempt to replace gnuplot. Monadic actions are used to configure a figure, which is a (rxc) array of subplots. Each plot displays a graph with optional heading, labels, legend, and annotations. The annotations themselves may be used to draw diagrams. A figure is preprocessed in preparation for rendering by the Cairo renderer. The Cairo library can be used to output the figure to PS, PDF, SVG, and PNG file formats, or to display the figure in a GTK Drawable context. (see package 'plot-gtk'). The preprocessed figure can be embedded as an arbitrary Cairo render, including in a diagram created with the diagram package. Conversely, arbitrary Cairo renders can be embedded in the data region of a Figure. The data series are type Data.Packed.Vector from hmatrix, which, when hmatrix is compiled with '-fvector', is a synonym for Data.Vector.Storable from the vector package and are thus compatible with packages such as statistics. The example in Graphics.Rendering.Plot can be viewed at http://code.haskell.org/plot/examples/perturbed-sine.png

  9. package plotlyhs

    Haskell bindings to Plotly.js Generate web-based plots with the Plotly.js library. For examples, see https://JonathanReeve.github.io/plotlyhs/

  10. package pointless-fun

    Some common point-free combinators. Some common point-free combinators.

Page 317 of many | Previous | Next