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.
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.
stepProgram :: Monad m => LiveProgram m -> m (LiveProgram m)essence-of-live-coding LiveCoding.RuntimeIO.Launch Advance a LiveProgram by a single step.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
stepOn :: StringBuffer -> StringBufferghc-lib-parser GHC.Data.StringBuffer Return a StringBuffer with the first UTF-8 character removed (analogous to tail). Warning: The behavior is undefined if the StringBuffer is empty. The result shares the same buffer as the original.