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

    jsaddle Data.JSString.Internal.Fusion

    Intermediate result in a processing pipeline.

  2. data Step s a

    jsaddle Data.JSString.Internal.Fusion.Types

    Intermediate result in a processing pipeline.

  3. data Step s a

    rebase Rebase.Data.Vector.Fusion.Stream.Monadic

    Result of taking a single step in a stream

  4. data Step a

    trifecta Text.Trifecta.Parser

    A Step allows for incremental parsing, since the parser

    • can be done with a final result
    • have errored
    • can have yielded a partial result with possibly more to come

  5. Step :: Double -> BinProperty

    hvega Graphics.Vega.VegaLite

    The step size to use between bins. If specified, MaxBins and other related options are ignored.

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

    list-transformer List.Transformer

    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'
    

  7. data Step

    reactive-banana Reactive.Banana.Prim.Low.Graph

    No documentation available.

  8. data Step

    reactive-banana Reactive.Banana.Prim.Low.GraphGC

    No documentation available.

  9. type Step = EvalNetwork IO ()

    reactive-banana Reactive.Banana.Prim.Mid

    No documentation available.

  10. data Step s a

    unicode-data Unicode.Char.Case

    A stream is a succession of Steps.

Page 7 of many | Previous | Next