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.
stepDone :: Step a -> [(a, [String])]filepattern System.FilePattern The files that match at this step. Includes the list that would have been produced by match, along with the values passed to step. These results are not necessarily in order.
stepNext :: Step a -> StepNextfilepattern System.FilePattern Information about the results of calling stepApply. See StepNext for details.
step_ :: [FilePattern] -> Step ()filepattern System.FilePattern Like step but using () as the tag for each FilePattern.
steps :: (C x, C y) => T x y (x, y)gnuplot Graphics.Gnuplot.Graph.TwoDimensional No documentation available.
-
essence-of-live-coding LiveCoding Advance a launched LiveProgram by a single step and store the result.
stepProgram :: Monad m => LiveProgram m -> m (LiveProgram m)essence-of-live-coding LiveCoding Advance a LiveProgram by a single step.
-
essence-of-live-coding LiveCoding.Cell No documentation available.
steps :: Monad m => Cell m a b -> [a] -> m ([b], Cell m a b)essence-of-live-coding LiveCoding.Cell Execute a cell for several steps. The number of steps is determined by the length of the list of inputs.
stepHandle :: CellHandle a b -> a -> IO bessence-of-live-coding LiveCoding.External No documentation available.
-
essence-of-live-coding LiveCoding.RuntimeIO.Launch Advance a launched LiveProgram by a single step and store the result.