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. volumeVectorSum :: (C y yv, C y) => T yv -> y

    synthesizer-core Synthesizer.Plain.Analysis

    Volume based on Sum norm.

  2. volumeSum :: (C y, C y) => T y -> y

    synthesizer-core Synthesizer.State.Analysis

    Volume based on Sum norm.

  3. volumeVectorSum :: (C y yv, C y) => T yv -> y

    synthesizer-core Synthesizer.State.Analysis

    Volume based on Sum norm.

  4. resume :: Handle -> IO ()

    time-manager System.ThreadManager

    Setting the paused state to active. This is an alias to tickle.

  5. resume :: Handle -> IO ()

    time-manager System.TimeManager

    Setting the paused state to active. This is an alias to tickle.

  6. msum :: (Foldable t, MonadPlus m) => t (m a) -> m a

    turtle Turtle

    The sum of a collection of actions using (<|>), generalizing concat. msum is just like asum, but specialised to MonadPlus.

    Examples

    Basic usage, using the MonadPlus instance for Maybe:
    >>> msum [Just "Hello", Nothing, Just "World"]
    Just "Hello"
    

  7. consumeRoute :: Handler h m => h RoutePath a -> h () a

    webgear-core WebGear.Core.Handler

    Consume all remaining path components with an arrow

  8. getSummary :: Summary -> Text

    webgear-core WebGear.Core.Handler

    No documentation available.

  9. setSummary :: Handler h m => Summary -> h a a

    webgear-core WebGear.Core.Handler

    Set a summary of a part of an API

  10. _fHdrChecksumAdjust :: FontHeader -> !Word32

    FontyFruity Graphics.Text.TrueType.Internal

    To compute: set it to 0, sum the entire font as ULONG, then store 0xB1B0AFBA - sum.

Page 159 of many | Previous | Next