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.
type
Producer b = Proxy X () () bpipes-parse Pipes.Parse -
No documentation available.
class
Pointed (p :: Type -> Type)pointed Data.Pointed No documentation available.
-
An implementation of a zipper-like non-empty list structure that tracks an index position in the list (the focus).
-
pointedlist Data.List.PointedList The implementation of the pointed list structure which tracks the current position in the list structure.
PointedList :: [a] -> a -> [a] -> PointedList apointedlist Data.List.PointedList No documentation available.
-
pointedlist Data.List.PointedList.Circular The implementation of the pointed list structure which tracks the current position in the list structure.
PointedList :: [a] -> a -> [a] -> PointedList apointedlist Data.List.PointedList.Circular No documentation available.
-
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).
-
refined Refined A Predicate ensuring that the value is greater than zero.