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. senumFromStepN :: Num e => e -> e -> Sz1 -> Vector DS e

    massiv Data.Massiv.Vector

    O(n) - Enumerate from a starting number x exactly n times with a custom step value dx

    Examples

    >>> senumFromStepN (5 :: Int) 2 10
    Array DS Seq (Sz1 10)
    [ 5, 7, 9, 11, 13, 15, 17, 19, 21, 23 ]
    
    Similar:
    • Prelude.enumFrom Just like take n [x, x + dx ..], except that senumFromN is faster and it only works for Num and not for Enum elements
    • Data.Vector.Generic.enumFromStepN Uses exactly the same implementation underneath.

  2. viewStateScaleStep :: ViewState -> !Float

    gloss Graphics.Gloss.Data.ViewState

    How much to scale the world by for each step of the mouse wheel.

  3. fSteps :: (C x, C y) => T x y (x, y)

    gnuplot Graphics.Gnuplot.Graph.TwoDimensional

    No documentation available.

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

    gnuplot Graphics.Gnuplot.Graph.TwoDimensional

    No documentation available.

  5. FSteps :: PlotType

    gnuplot Graphics.Gnuplot.Simple

    No documentation available.

  6. HiSteps :: PlotType

    gnuplot Graphics.Gnuplot.Simple

    No documentation available.

  7. cellStep :: Cell (m :: Type -> Type) a b -> s -> a -> m (b, s)

    essence-of-live-coding LiveCoding.Cell

    No documentation available.

  8. livestep :: Monad m => p -> m String

    essence-of-live-coding LiveCoding.GHCi

    Run one program step, assuming you have a launched program in a variable launchedProgram.

  9. liveStep :: LiveProgram (m :: Type -> Type) -> s -> m s

    essence-of-live-coding LiveCoding.LiveProgram

    No documentation available.

  10. ghciStepIoMClassOpKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

Page 50 of many | Previous | Next