Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
dependent-map Data.Dependent.Map O(n). Build a map from an ascending list in linear time with a combining function for equal keys. The precondition (input list is ascending) is not checked.
-
dependent-map Data.Dependent.Map O(n*log n). Build a map from a list of key/value pairs with a combining function. See also fromAscListWithKey.
toList :: Ord a => Heap a b -> [(a, b)]fgl Data.Graph.Inductive.Internal.Heap No documentation available.
queuePutList :: [a] -> Queue a -> Queue afgl Data.Graph.Inductive.Internal.Queue No documentation available.
threadList :: Collect r c -> Split t i r -> [i] -> t -> (c, t)fgl Data.Graph.Inductive.Internal.Thread No documentation available.
threadList' :: Collect r c -> Split t i r -> [i] -> t -> (c, t)fgl Data.Graph.Inductive.Internal.Thread No documentation available.
updAdjList :: Num b => Adj (b, b, b) -> Node -> b -> Bool -> Adj (b, b, b)fgl Data.Graph.Inductive.Query.MaxFlow Given a successor or predecessor list for node u and given node v, find the label corresponding to edge (u,v) and update the flow and residual capacity of that edge's label. Then return the updated list.
ekList :: Network -> Node -> Node -> (Network, Double)fgl Data.Graph.Inductive.Query.MaxFlow2 No documentation available.
addListToSS :: SizedSeq a -> [a] -> SizedSeq aghc-boot GHC.Data.SizedSeq No documentation available.
clientList :: RedisCtx m f => m (f [ByteString])hedis Database.Redis No documentation available.