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. mdPlaylistMusicOutline :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

  2. RequestMessage :: MessageId -> MethodName -> [Object] -> Message

    network-messagepack-rpc Data.MessagePack.RPC

    Request

  3. lastMessageId :: SessionState -> IORef MessageId

    network-messagepack-rpc Network.MessagePack.RPC.Client.Internal

    No documentation available.

  4. gUniformListM :: (ADTRecord a, Constraints a Uniform, StatefulGen g m) => Int -> g -> m [a]

    one-liner-instances System.Random.Stateful.OneLiner

    No documentation available.

  5. gUniformSumListM :: (ADT a, Constraints a Uniform, StatefulGen g m) => Int -> g -> m [a]

    one-liner-instances System.Random.Stateful.OneLiner

    No documentation available.

  6. onBiforFirstM :: (Bitraversable t, Applicative f) => t a b -> (b -> f d) -> (a -> f c) -> f (t c d)

    overhang Overhang

    Alias for onBiforFirst.

  7. onBiforFirstM_ :: (Bifoldable t, Applicative f) => t a b -> (b -> f d) -> (a -> f c) -> f ()

    overhang Overhang

    Alias for onBiforFirst_.

  8. histMany :: Int -> [(Text, [Double])] -> [Trace]

    plotlyhs Graphics.Plotly.Histogram

    No documentation available.

  9. module Control.Concurrent.PostMessAge

    Mechanism to get messages sent to a handle concurrently without getting them mixed. They are sent to the handle in the same order they are received by a passer object (see Passer), not sending a message before the previous message is sent completely.

  10. postMessage :: Passer handle msg -> msg -> IO Bool

    post-mess-age Control.Concurrent.PostMessAge

    Send a message to a passer object. It returns a value indicating if the message reached the passer object.

Page 362 of many | Previous | Next