Hoogle Search
Within LTS Haskell 24.57 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
histMany :: Int -> [(Text, [Double])] -> [Trace]plotlyhs Graphics.Plotly.Histogram No documentation available.
connectAny :: ReaderT Handle IO ()reactive-balsa Reactive.Banana.ALSA.Common No documentation available.
-
sphinx Text.Search.Sphinx.Types No documentation available.
-
strive Strive.Enums No documentation available.
insertMany :: Ord k => TMapChan k a -> k -> [a] -> STM ()tmapchan Control.Concurrent.STM.TMapChan No documentation available.
insertMany :: (Eq k, Hashable k) => TMapChan k a -> k -> [a] -> STM ()tmapchan Control.Concurrent.STM.TMapChan.Hash No documentation available.
many :: (MonadPlus m, Vector v a) => m a -> m (v a)vector-extras VectorExtras.Combinators No documentation available.
-
verset Verset No documentation available.
many :: Alternative f => f a -> f [a]verset Verset Zero or more.
Examples
>>> many (putStr "la") lalalalalalalalala... * goes on forever *
>>> many Nothing Just []
>>> take 5 <$> many (Just 1) * hangs forever *
Note that this function can be used with Parsers based on Applicatives. In that case many parser will attempt to parse parser zero or more times until it fails.isOnAnyVisibleWS :: Query Boolxmonad-contrib XMonad.Actions.GroupNavigation A query that matches all windows on visible workspaces. This is useful for configurations with multiple screens, and matches even invisible windows.