Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type ManyParticleAccelerationFunction = ManyParticleSystemState -> [Vec]

    learn-physics Physics.Learn.Mechanics

    An acceleration function gives a list of accelerations (one for each particle) as a function of the system's state.

  2. type ManyParticleSystemState = (TheTime, [St])

    learn-physics Physics.Learn.Mechanics

    The state of a system of many particles is given by the current time and a list of one-particle states.

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

    learn-physics Physics.Learn.Mechanics

    Single Runge-Kutta step for many-particle system

  4. manyParticleStateDeriv :: ManyParticleAccelerationFunction -> DifferentialEquation ManyParticleSystemState

    learn-physics Physics.Learn.Mechanics

    Time derivative of state for many particles with constant mass.

  5. buildAny :: Mapping k m => Map a (m Bool) -> Decision k m a Bool

    mappings Data.Mapping.Decision

    Rapidly take the disjunction of the inputs

  6. DisposalAny :: GifDisposalMethod

    massiv-io Data.Massiv.Array.IO

    No documentation available.

  7. pattern EM_HUANY :: ElfMachine

    melf Data.Elf.Constants

    Harvard University machine-independent object files

  8. newtype ManyErrors

    mempack Data.MemPack.Error

    No documentation available.

  9. ManyErrors :: NonEmpty SomeError -> ManyErrors

    mempack Data.MemPack.Error

    No documentation available.

  10. shouldApplyTimesToAnything :: Mock fun params -> Int -> IO ()

    mockcat Test.MockCat.Mock

    Verify that it was apply to anything (times).

Page 230 of many | Previous | Next