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.

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

    plotlyhs Graphics.Plotly.Histogram

    No documentation available.

  2. connectAny :: ReaderT Handle IO ()

    reactive-balsa Reactive.Banana.ALSA.Common

    No documentation available.

  3. MatchAny :: Rank

    sphinx Text.Search.Sphinx.Types

    No documentation available.

  4. Company :: ClubType

    strive Strive.Enums

    No documentation available.

  5. insertMany :: Ord k => TMapChan k a -> k -> [a] -> STM ()

    tmapchan Control.Concurrent.STM.TMapChan

    No documentation available.

  6. insertMany :: (Eq k, Hashable k) => TMapChan k a -> k -> [a] -> STM ()

    tmapchan Control.Concurrent.STM.TMapChan.Hash

    No documentation available.

  7. many :: (MonadPlus m, Vector v a) => m a -> m (v a)

    vector-extras VectorExtras.Combinators

    No documentation available.

  8. getAny :: Any -> Bool

    verset Verset

    No documentation available.

  9. 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.

  10. isOnAnyVisibleWS :: Query Bool

    xmonad-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.

Page 296 of many | Previous | Next