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. steps :: (C x, C y) => T x y (x, y)

    gnuplot Graphics.Gnuplot.Graph.TwoDimensional

    No documentation available.

  2. stepLaunchedProgram :: forall (m :: Type -> Type) . (Monad m, Launchable m) => LaunchedProgram m -> IO ()

    essence-of-live-coding LiveCoding

    Advance a launched LiveProgram by a single step and store the result.

  3. stepProgram :: Monad m => LiveProgram m -> m (LiveProgram m)

    essence-of-live-coding LiveCoding

    Advance a LiveProgram by a single step.

  4. stepRate :: Num a => a

    essence-of-live-coding LiveCoding.Cell

    No documentation available.

  5. 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.

  6. stepHandle :: CellHandle a b -> a -> IO b

    essence-of-live-coding LiveCoding.External

    No documentation available.

  7. stepLaunchedProgram :: forall (m :: Type -> Type) . (Monad m, Launchable m) => LaunchedProgram m -> IO ()

    essence-of-live-coding LiveCoding.RuntimeIO.Launch

    Advance a launched LiveProgram by a single step and store the result.

  8. stepProgram :: Monad m => LiveProgram m -> m (LiveProgram m)

    essence-of-live-coding LiveCoding.RuntimeIO.Launch

    Advance a LiveProgram by a single step.

  9. step_RDR :: RdrName

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  10. stepOn :: StringBuffer -> StringBuffer

    ghc-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.

Page 14 of many | Previous | Next