Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. runParserStep :: MonadP m => ArgPolicy -> Parser a -> String -> Args -> m (Maybe (Parser a), Args)

    optparse-applicative Options.Applicative.Common

    No documentation available.

  2. foreachStep :: Monad m => (String -> m ()) -> (a -> m ()) -> StepT m a -> m ()

    servant Servant.Types.SourceT

    See foreach.

  3. foreachYieldStep :: forall (m :: Type -> Type) a b . Functor m => (a -> StepT m b -> StepT m b) -> StepT m a -> StepT m b

    servant Servant.Types.SourceT

    Traverse the StepT and call the given function for each Yield.

  4. fromActionStep :: Functor m => (a -> Bool) -> m a -> StepT m a

    servant Servant.Types.SourceT

    No documentation available.

  5. fromStepT :: forall (m :: Type -> Type) a . StepT m a -> SourceT m a

    servant Servant.Types.SourceT

    Create SourceT from Step. Note: often enough you want to use SourceT directly.

  6. mapMaybeStep :: forall (m :: Type -> Type) a b . Functor m => (a -> Maybe b) -> StepT m a -> StepT m b

    servant Servant.Types.SourceT

    No documentation available.

  7. mapStepT :: forall (m :: Type -> Type) a b . (StepT m a -> StepT m b) -> SourceT m a -> SourceT m b

    servant Servant.Types.SourceT

    No documentation available.

  8. runStepT :: forall (m :: Type -> Type) a . Monad m => StepT m a -> ExceptT String m [a]

    servant Servant.Types.SourceT

    No documentation available.

  9. transformStepWithAtto :: forall a (m :: Type -> Type) . Monad m => Parser a -> StepT m ByteString -> StepT m a

    servant Servant.Types.SourceT

    No documentation available.

  10. FourSteps :: ClockSkew

    crypton Crypto.OTP

    No documentation available.

Page 40 of many | Previous | Next