Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. stepOn :: StringBuffer -> StringBuffer

    ghc GHC.Data.StringBuffer

    Return a StringBuffer with the first UTF-8 character removed (analogous to tail). Warning: The behavior is undefined if the StringBuffer is empty. The result shares the same buffer as the original.

  2. stepUnique :: Unique -> Word64 -> Unique

    ghc GHC.Types.Unique

    No documentation available.

  3. stepConn :: Connection -> Statement -> IO StepResult

    persistent-sqlite Database.Sqlite

    Execute a database statement. This function uses the Connection passed to it to give better error messages than step.

  4. step_ :: Text -> Attribute

    lucid Lucid.Html5

    The step attribute.

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

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

  7. stepValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

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

  9. stepStartAdjust :: Int -> Int -> Int

    massiv Data.Massiv.Core.Index

    Helper for adjusting stride of a chunk

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

    filepattern System.FilePattern

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

Page 13 of many | Previous | Next