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.
-
filepattern System.FilePattern The result of step, used to process successive path components of a set of FilePaths.
Step :: [(a, [String])] -> StepNext -> (String -> Step a) -> Step afilepattern System.FilePattern No documentation available.
-
jsaddle Data.JSString.Internal.Fusion Intermediate result in a processing pipeline.
-
jsaddle Data.JSString.Internal.Fusion.Types Intermediate result in a processing pipeline.
-
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
-
rebase Rebase.Data.Vector.Fusion.Stream.Monadic Result of taking a single step in a stream
-
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'
data
Step (k :: Type -> Type) o rmachines Data.Machine.Type This is the base functor for a Machine or MachineT. Note: A Machine is usually constructed from Plan, so it does not need to be CPS'd.
-
reactive-banana Reactive.Banana.Prim.Low.Graph No documentation available.