Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. type Producer b = Proxy X () () b

    pipes-parse Pipes.Parse

    Producers can only yield

  2. module Data.Pointed

    No documentation available.

  3. class Pointed (p :: Type -> Type)

    pointed Data.Pointed

    No documentation available.

  4. module Data.List.PointedList

    An implementation of a zipper-like non-empty list structure that tracks an index position in the list (the focus).

  5. data PointedList a

    pointedlist Data.List.PointedList

    The implementation of the pointed list structure which tracks the current position in the list structure.

  6. PointedList :: [a] -> a -> [a] -> PointedList a

    pointedlist Data.List.PointedList

    No documentation available.

  7. data PointedList a

    pointedlist Data.List.PointedList.Circular

    The implementation of the pointed list structure which tracks the current position in the list structure.

  8. PointedList :: [a] -> a -> [a] -> PointedList a

    pointedlist Data.List.PointedList.Circular

    No documentation available.

  9. module Data.Numbers.Primes

    This Haskell library provides an efficient lazy wheel sieve for prime generation inspired by Lazy wheel sieves and spirals of primes by Colin Runciman (http://www.cs.york.ac.uk/ftpdir/pub/colin/jfp97lw.ps.gz) and The Genuine Sieve of Eratosthenes by Melissa O'Neil (http://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf).

  10. type Positive = GreaterThan 0

    refined Refined

    A Predicate ensuring that the value is greater than zero.

Page 470 of many | Previous | Next