Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
lucid Lucid.Html5 The step attribute.
-
retry Control.Retry A version of recovering that tries to run the action only a single time. The control will return immediately upon both success and failure. Useful for implementing retry logic in distributed queues and similar external-interfacing systems.
-
retry UnliftIO.Retry A version of recovering that tries to run the action only a single time. The control will return immediately upon both success and failure. Useful for implementing retry logic in distributed queues and similar external-interfacing systems.
-
deriving-compat Data.Deriving.Internal No documentation available.
stepNextMF :: Index ix => ix -> ix -> ix -> (Int -> Int -> Bool) -> (Maybe ix -> f a) -> f amassiv Data.Massiv.Core.Index A single step in iteration
stepStartAdjust :: Int -> Int -> Intmassiv Data.Massiv.Core.Index Helper for adjusting stride of a chunk
stepApply :: Step a -> String -> Step afilepattern System.FilePattern stepDone :: Step a -> [(a, [String])]filepattern System.FilePattern The files that match at this step. Includes the list that would have been produced by match, along with the values passed to step. These results are not necessarily in order.
stepNext :: Step a -> StepNextfilepattern System.FilePattern Information about the results of calling stepApply. See StepNext for details.
step_ :: [FilePattern] -> Step ()filepattern System.FilePattern Like step but using () as the tag for each FilePattern.