Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. sumsPosModulatedPyramid :: (C v, Storable v) => Int -> T (Int, Int) -> T v -> T v

    synthesizer-core Synthesizer.Storable.Filter.NonRecursive

    No documentation available.

  2. sumFrom :: forall v s (m :: Type -> Type) . (VectorSpace v s, Monad m) => v -> Automaton m v v

    automaton Data.Automaton

    Sum up all inputs so far, with an explicit initial value.

  3. sumN :: forall (m :: Type -> Type) a . (Monad m, Num a) => Automaton m a a

    automaton Data.Automaton

    Sum up all inputs so far, initialised at 0.

  4. sumS :: forall (m :: Type -> Type) v s . (Monad m, VectorSpace v s) => Automaton m v v

    automaton Data.Automaton

    Like sumFrom, initialised at 0.

  5. summarize :: Alignment -> ByteString

    elynx-seq ELynx.Sequence.Alignment

    Similar to summarizeSequenceList but with different Header.

  6. summaryLength :: Int

    elynx-seq ELynx.Sequence.Defaults

    The length shown when summarizing sequences.

  7. summaryNSequences :: Int

    elynx-seq ELynx.Sequence.Defaults

    How many sequences are shown in summary.

  8. summarize :: Sequence -> ByteString

    elynx-seq ELynx.Sequence.Sequence

    Trim and show a Sequence.

  9. summarizeSequences :: [Sequence] -> ByteString

    elynx-seq ELynx.Sequence.Sequence

    Trim and show a list of Sequences.

  10. sumOf :: Num a => FoldLike (Sum a) s t a b -> s -> a

    lens-family-core Lens.Family

    sumOf :: Num a => Fold s t a b -> s -> a
    
    Returns the sum of all the referenced values.

Page 54 of many | Previous | Next