Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. package data-findcycle

    Find cycles in periodic functions (and lists) Any function f :: a -> a where the type a has finitely many values eventually has to be cyclic when iterated from some initial a. This module provides a number of common algorithms and utilities to identify and work with such cycles.

  2. package data-functor-logistic

    Updatable analogue of Distributive functors See README.md

  3. package data-has

    Simple extensible product Simple extensible product

  4. package data-interval

    Interval datatype, interval arithmetic and interval-based containers Interval datatype, interval arithmetic and interval-based containers for Haskell. Unlike the intervals package (http://hackage.haskell.org/package/intervals), this package provides both open and closed intervals and is intended to be used with exact number types such as Rational and Integer.

  5. package data-inttrie

    A simple lazy, infinite trie from integers A simple lazy, infinite trie from integers

  6. package data-memocombinators

    Combinators for building memo tables. Combinators for building memo tables.

  7. package data-prometheus

    Prometheus metrics text format Pure Prometheus metrics text data parser and builder

  8. package data-ref

    Unify STRef and IORef in plain Haskell 98 This package provides a unique interface to both STRef and IORef. The advantage is that it is plain Haskell 98, the disadvantage is that we cannot use STRef and IORef as they are. Our approach works with Haskell 98 single parameter type classes because we use an explicit dictionary, and we do not pass the references around but their accessors. Similar packages: reference, ref-mtl, ref-fd, ref-tf.

  9. package dataurl

    Handle data-urls Please see README.md

  10. package debian-build

    Debian package build sequence tools This package provides build sequence functions for debian package, and includes on-the-fly build command odebuild.

Page 176 of many | Previous | Next