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.

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

  2. stepNext :: Step a -> StepNext

    filepattern System.FilePattern

    Information about the results of calling stepApply. See StepNext for details.

  3. step_ :: [FilePattern] -> Step ()

    filepattern System.FilePattern

    Like step but using () as the tag for each FilePattern.

  4. steps :: (C x, C y) => T x y (x, y)

    gnuplot Graphics.Gnuplot.Graph.TwoDimensional

    No documentation available.

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

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

    essence-of-live-coding LiveCoding

    Advance a LiveProgram by a single step.

  7. stepRate :: Num a => a

    essence-of-live-coding LiveCoding.Cell

    No documentation available.

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

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

    essence-of-live-coding LiveCoding.External

    No documentation available.

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

Page 14 of many | Previous | Next