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. HostAny :: HostPreference

    network-simple Network.Simple.TCP

    Any available host.

  2. sendMany :: MonadIO m => Socket -> [ByteString] -> m ()

    network-simple Network.Simple.TCP

    Deprecated: Use sendLazy sock . fromChunks

  3. addShiftedMany :: C a => [Int] -> [[a]] -> [a]

    numeric-prelude MathObj.LaurentPolynomial

    Add lists of numbers respecting a relative shift between the starts of the lists. The shifts must be non-negative. The list of relative shifts is one element shorter than the list of summands. Infinitely many summands are permitted, provided that runs of zero shifts are all finite. We could add the lists either with foldl or with foldr, foldl would be straightforward, but more time consuming (quadratic time) whereas foldr is not so obvious but needs only linear time. (stars denote the coefficients, frames denote what is contained in the interim results) foldl sums this way:

    | | | *******************************
    | | +--------------------------------
    | |          ************************
    | +----------------------------------
    |                        ************
    +------------------------------------
    
    I.e. foldl would use much time find the time differences by successive subtraction 1. foldr mixes this way:
    +--------------------------------
    | *******************************
    |      +-------------------------
    |      | ************************
    |      |           +-------------
    |      |           | ************
    

  4. addMany :: Basis -> [T] -> T

    numeric-prelude Number.Positional

    Add many numbers efficiently by computing sums of sub lists with only little carry propagation.

  5. liftLaurentMany :: ([T Digit] -> T Digit) -> [T] -> T

    numeric-prelude Number.Positional

    No documentation available.

  6. getAny :: Any -> Bool

    numhask NumHask.Prelude

    No documentation available.

  7. matchAnyMessage :: FieldTypeDescriptor value -> Maybe (AnyMessageDescriptor value)

    proto-lens Data.ProtoLens.Message

    No documentation available.

  8. pattern SDL_AUDIO_ALLOW_ANY_CHANGE :: (Eq a, Num a) => a

    sdl2 SDL.Raw.Enum

    No documentation available.

  9. data ParamAnySchema

    swagger2 Data.Swagger

    No documentation available.

  10. data ParamAnySchema

    swagger2 Data.Swagger.Internal

    No documentation available.

Page 146 of many | Previous | Next