Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
- 
HaXml Text.XML.HaXml.Schema.XSDTypeModel No documentation available.
 Any :: Annotation -> URI -> ProcessContents -> Occurs -> AnyHaXml Text.XML.HaXml.Schema.XSDTypeModel No documentation available.
- 
HaXml Text.XML.HaXml.Types No documentation available.
 - 
hledger-lib Hledger.Query always match
 - 
morpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
 - 
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} - 
numhask NumHask.Prelude No documentation available.
 - 
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.
 - 
optparse-generic Options.Generic 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} - 
optparse-generic Options.Generic No documentation available.