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 distributive

    Distributive functors -- Dual to Traversable Distributive functors -- Dual to Traversable

  2. package hspec-core

    A Testing Framework for Haskell This package exposes internal types and functions that can be used to extend Hspec's functionality.

  3. package rerebase

    Reexports from "base" with a bunch of other standard libraries A rich drop-in replacement for "base". For details and docs please visit the project's GitHub page.

  4. package sydtest

    A modern testing framework for Haskell with good defaults and advanced testing features. A modern testing framework for Haskell with good defaults and advanced testing features. Sydtest aims to make the common easy and the hard possible. See https://github.com/NorfairKing/sydtest#readme for more information.

  5. package unix-compat

    Portable POSIX-compatibility layer. This package provides portable implementations of parts of the unix package. This package re-exports the unix package when available. When it isn't available, portable implementations are used.

  6. package mmorph

    Monad morphisms This library provides monad morphism utilities, most commonly used for manipulating monad transformer stacks.

  7. package pipes

    Compositional pipelines pipes is a clean and powerful stream processing library that lets you build and connect reusable streaming components Advantages over traditional streaming libraries:

    • Concise API: Use simple commands like for, (>->), await, and yield
    • Blazing fast: Implementation tuned for speed, including shortcut fusion
    • Lightweight Dependency: pipes is small and compiles very rapidly, including dependencies
    • Elegant semantics: Use practical category theory
    • ListT: Correct implementation of ListT that interconverts with pipes
    • Bidirectionality: Implement duplex channels
    • Extensive Documentation: Second to none!
    Import Pipes to use the library. Read Pipes.Tutorial for an extensive tutorial.

  8. package servant-server

    A family of combinators for defining webservices APIs and serving them A family of combinators for defining webservices APIs and serving them . You can learn about the basics in the tutorial. . Here is a runnable example, with comments, that defines a dummy API and implements a webserver that serves this API, using this package. . CHANGELOG

  9. package tasty-hedgehog

    Integration for tasty and hedgehog. Integrates the hedgehog testing library with the tasty testing framework.

  10. package regex-tdfa

    Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base) This package provides a pure Haskell "Tagged" DFA regex engine for regex-base. This implementation was inspired by the algorithm (and Master's thesis) behind the regular expression library known as TRE or libtre. Please consult the Text.Regex.TDFA module for API documentation including a tutorial with usage examples; see also https://wiki.haskell.org/Regular_expressions for general information about regular expression support in Haskell.

Page 13 of many | Previous | Next