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.
-
network-simple Network.Simple.TCP Any available host.
sendMany :: MonadIO m => Socket -> [ByteString] -> m ()network-simple Network.Simple.TCP Deprecated: Use sendLazy sock . fromChunks
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:+-------------------------------- | ******************************* | +------------------------- | | ************************ | | +------------- | | | ************
-
numeric-prelude Number.Positional Add many numbers efficiently by computing sums of sub lists with only little carry propagation.
liftLaurentMany :: ([T Digit] -> T Digit) -> [T] -> Tnumeric-prelude Number.Positional No documentation available.
-
numhask NumHask.Prelude No documentation available.
matchAnyMessage :: FieldTypeDescriptor value -> Maybe (AnyMessageDescriptor value)proto-lens Data.ProtoLens.Message No documentation available.
pattern
SDL_AUDIO_ALLOW_ANY_CHANGE :: (Eq a, Num a) => asdl2 SDL.Raw.Enum No documentation available.
-
swagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger.Internal No documentation available.