Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. newtype Any

    ghc-internal GHC.Internal.Data.Semigroup.Internal

    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}
    

  2. Any :: Bool -> Any

    ghc-internal GHC.Internal.Data.Semigroup.Internal

    No documentation available.

  3. type family Any :: k

    ghc-internal GHC.Internal.Exts

    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.

  4. Any :: Query

    hledger-lib Hledger.Query

    always match

  5. type ANY = 'ANY

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  6. newtype Any

    numhask NumHask.Prelude

    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}
    

  7. Any :: Bool -> Any

    numhask NumHask.Prelude

    No documentation available.

  8. type family Any :: k

    effectful-core Effectful.Internal.Utils

    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. data Any

    lens-family-core Lens.Family

    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. pattern ANY :: TYPE

    dns Network.DNS.Types

    A request for all records the server/cache has available

Page 5 of many | Previous | Next