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.

  1. step_ :: Text -> Attribute

    lucid Lucid.Html5

    The step attribute.

  2. stepping :: (MonadIO m, MonadMask m) => RetryPolicyM m -> [RetryStatus -> Handler m Bool] -> (RetryStatus -> m ()) -> (RetryStatus -> m a) -> RetryStatus -> m (Maybe a)

    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.

  3. stepping :: MonadUnliftIO m => RetryPolicyM m -> [RetryStatus -> Handler m Bool] -> (RetryStatus -> m ()) -> (RetryStatus -> m a) -> RetryStatus -> m (Maybe a)

    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.

  4. stepValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  5. stepNextMF :: Index ix => ix -> ix -> ix -> (Int -> Int -> Bool) -> (Maybe ix -> f a) -> f a

    massiv Data.Massiv.Core.Index

    A single step in iteration

  6. stepStartAdjust :: Int -> Int -> Int

    massiv Data.Massiv.Core.Index

    Helper for adjusting stride of a chunk

  7. stepApply :: Step a -> String -> Step a

    filepattern System.FilePattern

    Apply one component from a FilePath to get a new Step.

  8. 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.

  9. stepNext :: Step a -> StepNext

    filepattern System.FilePattern

    Information about the results of calling stepApply. See StepNext for details.

  10. step_ :: [FilePattern] -> Step ()

    filepattern System.FilePattern

    Like step but using () as the tag for each FilePattern.

Page 13 of many | Previous | Next