• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. waitAnyCatchCancel :: [Async a] -> IO (Async a, Either SomeException a)

    protolude Protolude

    Like waitAnyCatch, but also cancels the other asynchronous operations as soon as one has completed.

  2. doesNotUseAnyOf :: Name -> [Name] -> Obligation

    tasty-inspection-testing Test.Tasty.Inspection

    Declare that given entities do not occur in a function’s implementation.

  3. DAnyclassStrategy :: DDerivStrategy

    th-desugar Language.Haskell.TH.Desugar

    -XDeriveAnyClass
    

  4. expectAny :: (Foldable f, MonadBaseControl IO m, HasCallStack) => (a -> m Bool) -> f a -> m ()

    webdriver Test.WebDriver.Commands.Wait

    Apply a monadic predicate to every element in a list, and expect that at least one succeeds.

  5. TokAnyClose :: TokenT

    HaXml Text.XML.HaXml.Lex

    
    

  6. TokAnyOpen :: TokenT

    HaXml Text.XML.HaXml.Lex

    <

  7. UnconvertedANY :: Content Posn -> AnyElement

    HaXml Text.XML.HaXml.Schema.Schema

    No documentation available.

  8. parseAnyElement :: XMLParser AnyElement

    HaXml Text.XML.HaXml.Schema.Schema

    No documentation available.

  9. toXMLAnyElement :: AnyElement -> [Content ()]

    HaXml Text.XML.HaXml.Schema.Schema

    No documentation available.

  10. HasAny :: Any -> ElementEtc

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

Page 145 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete