Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. package nonempty-containers

    Non-empty variants of containers data types, with full API Efficient and optimized non-empty versions of types from containers. Inspired by non-empty-containers library, except attempting a more faithful port (with under-the-hood optimizations) of the full containers API. Also contains a convenient typeclass abstraction for converting betwewen non-empty and possibly-empty variants. See README.md for more information.

  2. package numhask-space

    Numerical spaces. numhask-space provides support for spaces where space is defined as a set of numbers with a lower and upper bound.

    Usage

    >>> {-# LANGUAGE RebindableSyntax #-}
    
    >>> import NumHask.Prelude
    
    >>> import NumHask.Space
    

  3. package om-show

    Utilities for showing string-like things. Utilities for showing string-like things.

  4. package optics-th

    Optics construction using TemplateHaskell This package is part of the optics package family. It provides machinery to construct optics using TemplateHaskell. See the template-haskell-optics package for optics to work with template-haskell types.

  5. package optparse-generic

    Auto-generate a command-line parser for your datatype This library auto-generates an optparse-applicative-compatible Parser from any data type that derives the Generic interface. See the documentation in Options.Generic for an example of how to use this library

  6. package patch

    Data structures for describing changes to other data structures. Data structures for describing changes to other data structures. In this library, a patch is something which can be applied, analogous to a function, and which distinguishes returning the argument it was provided from returning something else.

  7. package pcre-heavy

    A regexp (regex) library on top of pcre-light you can actually use. A PCRE-based regular expressions library with support for multiple matches and replacements. Based on pcre-light. Takes and returns convertible strings everywhere. Includes a QuasiQuoter for regexps that does compile time checking.

  8. package persistable-record

    Binding between SQL database values and haskell records. This package contains types to represent table constraints and interfaces to bind between SQL database values and Haskell records.

  9. package persistent-postgresql

    Backend for the persistent library using postgresql. Based on the postgresql-simple package

  10. package persistent-qq

    Provides a quasi-quoter for raw SQL for persistent Please see README and API docs at http://www.stackage.org/package/persistent.

Page 69 of many | Previous | Next