Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
PointAsListFn a p = p -> [a]kdt Data.KdMap.Dynamic Converts a point of type p with axis values of type a into a list of axis values [a].
type
PointAsListFn a p = p -> [a]kdt Data.KdMap.Static Converts a point of type p with axis values of type a into a list of axis values [a].
type
PointAsListFn a p = p -> [a]kdt Data.KdTree.Dynamic Converts a point of type p with axis values of type a into a list of axis values [a].
-
kdt Data.KdTree.Dynamic Returns a list of all the points in the KdTree. Time complexity: O(n)
type
PointAsListFn a p = p -> [a]kdt Data.KdTree.Static Converts a point of type p with axis values of type a into a list of axis values [a].
-
kdt Data.KdTree.Static Returns a list of all the points in the KdTree. Time complexity: O(n) for n data points.
updateHashList :: (a -> LH ()) -> [a] -> LH ()large-hashable Data.LargeHashable.Class No documentation available.
fromList :: forall (m :: Type -> Type) a . Monad m => [a] -> Stream m aleveldb-haskell Data.Stream.Monadic No documentation available.
toList :: (Functor m, Monad m) => Stream m a -> m [a]leveldb-haskell Data.Stream.Monadic No documentation available.
lgeneratorsList :: forall s x . LActGen x s => [x]lr-acts Data.Act.Cyclic A version of lgeneratorsList' such that the first type application is s.
>>> lgeneratorsList @(Sum Int) :: [Int] [0]