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.
mdPlaylistMusicOutline :: Stringnerd-font-icons Graphics.Icons.NerdFont No documentation available.
RequestMessage :: MessageId -> MethodName -> [Object] -> Messagenetwork-messagepack-rpc Data.MessagePack.RPC Request
lastMessageId :: SessionState -> IORef MessageIdnetwork-messagepack-rpc Network.MessagePack.RPC.Client.Internal No documentation available.
gUniformListM :: (ADTRecord a, Constraints a Uniform, StatefulGen g m) => Int -> g -> m [a]one-liner-instances System.Random.Stateful.OneLiner No documentation available.
gUniformSumListM :: (ADT a, Constraints a Uniform, StatefulGen g m) => Int -> g -> m [a]one-liner-instances System.Random.Stateful.OneLiner No documentation available.
onBiforFirstM :: (Bitraversable t, Applicative f) => t a b -> (b -> f d) -> (a -> f c) -> f (t c d)overhang Overhang Alias for onBiforFirst.
onBiforFirstM_ :: (Bifoldable t, Applicative f) => t a b -> (b -> f d) -> (a -> f c) -> f ()overhang Overhang Alias for onBiforFirst_.
histMany :: Int -> [(Text, [Double])] -> [Trace]plotlyhs Graphics.Plotly.Histogram No documentation available.
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.
postMessage :: Passer handle msg -> msg -> IO Boolpost-mess-age Control.Concurrent.PostMessAge Send a message to a passer object. It returns a value indicating if the message reached the passer object.