Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. Any :: Platform

    webdriver Test.WebDriver

    No documentation available.

  2. Any :: Platform

    webdriver Test.WebDriver.Capabilities

    No documentation available.

  3. Any :: Platform

    webdriver Test.WebDriver.Types

    No documentation available.

  4. Any :: StructType

    HaXml Text.XML.HaXml.DtdToHaskell.TypeDef

    XML's contentspec allows ANY

  5. data Any

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  6. Any :: Annotation -> URI -> ProcessContents -> Occurs -> Any

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  7. ANY :: ContentSpec

    HaXml Text.XML.HaXml.Types

    No documentation available.

  8. type family Any :: k

    ghc-internal GHC.Internal.Base

    The type constructor Any is type to which you can unsafely coerce any lifted type, and back. More concretely, for a lifted type t and value x :: t, unsafeCoerce (unsafeCoerce x :: Any) :: t is equivalent to x.

  9. newtype Any

    ghc-internal GHC.Internal.Data.Monoid

    Boolean monoid under disjunction (||).

    Any x <> Any y = Any (x || y)
    

    Examples

    >>> Any True <> mempty <> Any False
    Any {getAny = True}
    
    >>> mconcat (map (\x -> Any (even x)) [2,4,6,7,8])
    Any {getAny = True}
    
    >>> Any False <> mempty
    Any {getAny = False}
    

  10. Any :: Bool -> Any

    ghc-internal GHC.Internal.Data.Monoid

    No documentation available.

Page 4 of many | Previous | Next