Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    synthesizer-core Synthesizer.Storable.Filter.NonRecursive

    No documentation available.

  2. sumsDownsample2Alt :: (C v, Storable v) => T v -> T v

    synthesizer-core Synthesizer.Storable.Filter.NonRecursive

    No documentation available.

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

    synthesizer-core Synthesizer.Storable.Filter.NonRecursive

    No documentation available.

  4. 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.

  5. 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.

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

    automaton Data.Automaton

    Like sumFrom, initialised at 0.

  7. summarize :: Alignment -> ByteString

    elynx-seq ELynx.Sequence.Alignment

    Similar to summarizeSequenceList but with different Header.

  8. summaryLength :: Int

    elynx-seq ELynx.Sequence.Defaults

    The length shown when summarizing sequences.

  9. summaryNSequences :: Int

    elynx-seq ELynx.Sequence.Defaults

    How many sequences are shown in summary.

  10. summarize :: Sequence -> ByteString

    elynx-seq ELynx.Sequence.Sequence

    Trim and show a Sequence.

Page 54 of many | Previous | Next