Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. manyParticleStateDeriv :: ManyParticleAccelerationFunction -> DifferentialEquation ManyParticleSystemState

    learn-physics Physics.Learn.Mechanics

    Time derivative of state for many particles with constant mass.

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

    mappings Data.Mapping.Decision

    Rapidly take the disjunction of the inputs

  3. DisposalAny :: GifDisposalMethod

    massiv-io Data.Massiv.Array.IO

    No documentation available.

  4. pattern EM_HUANY :: ElfMachine

    melf Data.Elf.Constants

    Harvard University machine-independent object files

  5. newtype ManyErrors

    mempack Data.MemPack.Error

    No documentation available.

  6. ManyErrors :: NonEmpty SomeError -> ManyErrors

    mempack Data.MemPack.Error

    No documentation available.

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

    mockcat Test.MockCat.Mock

    Verify that it was apply to anything (times).

  8. shouldApplyToAnything :: HasCallStack => Mock fun params -> IO ()

    mockcat Test.MockCat.Mock

    Verify that it was apply to anything.

  9. appendMany :: (Collection c, Monoid (c v), Ord k) => k -> c v -> Multimap c k v -> Multimap c k v

    more-containers Data.Multimap

    O(log m * C) Appends a collection of values to a key's collection.

  10. deleteMany :: forall k (c :: Type -> Type) v . Ord k => k -> Multimap c k v -> Multimap c k v

    more-containers Data.Multimap

    O(log m) Removes all entries for the given key.

Page 233 of many | Previous | Next