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.
-
jsaddle Data.JSString.Internal.Fusion Intermediate result in a processing pipeline.
-
jsaddle Data.JSString.Internal.Fusion.Types Intermediate result in a processing pipeline.
-
rebase Rebase.Data.Vector.Fusion.Stream.Monadic Result of taking a single step in a stream
-
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
-
hvega Graphics.Vega.VegaLite The step size to use between bins. If specified, MaxBins and other related options are ignored.
data
Step (m :: Type -> Type) alist-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'
-
reactive-banana Reactive.Banana.Prim.Low.Graph No documentation available.
-
reactive-banana Reactive.Banana.Prim.Low.GraphGC No documentation available.
-
reactive-banana Reactive.Banana.Prim.Mid No documentation available.
-
unicode-data Unicode.Char.Case A stream is a succession of Steps.