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. data Step s a

    streamly-core Streamly.Internal.Data.Unfold

    A stream is a succession of Steps. A Yield produces a single value and the next state of the stream. Stop indicates there are no more values in the stream.

  2. data Step s a

    vector-stream Data.Stream.Monadic

    Result of taking a single step in a stream

  3. Step :: step -> Progress step fail done -> Progress step fail done

    cabal-install Distribution.Client.Dependency

    No documentation available.

  4. type Step = Machine -> TyConMap -> Maybe Machine

    clash-lib Clash.Core.Evaluator.Types

    A single step in the partial evaluator. The result is the new heap and stack, and the next expression to be reduced.

  5. data Step (m :: Type -> Type) a

    dunai Control.Monad.Trans.MSF.List

    Pattern match on this type when you loop explicitly over a ListT using next. For example:

    stdout :: ListT IO String -> IO ()
    stdout l = do
    s <- next l
    case s of
    Nil       -> return ()
    Cons x l' -> do
    putStrLn x
    stdout l'
    

  6. data Step

    hledger-iadd Model

    No documentation available.

  7. Step :: Step -> MaybeStep

    hledger-iadd Model

    No documentation available.

  8. Step :: AxisSpec -> NodeTest -> [Expr] -> XStep

    hxt-xpath Text.XML.HXT.XPath.XPathDataTypes

    No documentation available.

  9. Step :: forall p a . Grammar p a a

    invertible-grammar Data.InvertibleGrammar.Base

    Propagate logical position inside a nested structure. E.g. after each successfully matched element of a JSON array.

  10. data Step a s

    leveldb-haskell Data.Stream.Monadic

    No documentation available.

Page 10 of many | Previous | Next