• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. binDstep :: Double -> Double -> Int -> BinD

    histogram-fill Data.Histogram.Bin.BinF

    Create bins

  2. binFstep :: RealFrac f => f -> f -> Int -> BinF f

    histogram-fill Data.Histogram.Bin.BinF

    Create bins

  3. binIntStep :: Int -> Int -> Int -> BinInt

    histogram-fill Data.Histogram.Bin.BinInt

    No documentation available.

  4. data MaybeStep

    hledger-iadd Model

    No documentation available.

  5. nextStep :: Journal -> DateFormat -> Either Text Text -> Step -> IO (Either Text MaybeStep)

    hledger-iadd Model

    No documentation available.

  6. data XStep

    hxt-xpath Text.XML.HXT.XPath.XPathDataTypes

    Represents location step A location step consists of an axis, a node-test and zero or more predicates.

  7. type TimeStep = Double

    learn-physics Physics.Learn

    A time step (in s).

  8. manyParticleRungeKuttaStep :: ManyParticleAccelerationFunction -> TimeStep -> ManyParticleSystemState -> ManyParticleSystemState

    learn-physics Physics.Learn

    Single Runge-Kutta step for many-particle system

  9. oneParticleRungeKuttaStep :: OneParticleAccelerationFunction -> TimeStep -> OneParticleSystemState -> OneParticleSystemState

    learn-physics Physics.Learn

    Single Runge-Kutta step

  10. simpleRungeKuttaStep :: SimpleAccelerationFunction -> TimeStep -> SimpleState -> SimpleState

    learn-physics Physics.Learn

    Single Runge-Kutta step

Page 84 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete