Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. anyToAddr# :: a -> State# RealWorld -> (# State# RealWorld, Addr# #)

    ghc-internal GHC.Internal.Exts

    Retrieve the address of any Haskell value. This is essentially an unsafeCoerce#, but if implemented as such the core lint pass complains and fails to compile. As a primop, it is opaque to core/stg, and only appears in cmm (where the copy propagation pass will get rid of it). Note that "a" must be a value, not a thunk! It's too late for strictness analysis to enforce this, so you're on your own to guarantee this. Also note that Addr# is not a GC pointer - up to you to guarantee that it does not become a dangling pointer immediately after you get it.

  2. anyOf :: Fold s t a b -> (a -> Bool) -> s -> Bool

    lens-family Lens.Family2

    Returns true if any of the referenced values satisfy the given predicate.

  3. anyOf :: HasAnyOf s a => Lens' s a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  4. anyAttr :: XsdParser AnyAttr

    HaXml Text.XML.HaXml.Schema.Parse

    Parse an xsd:anyAttribute.

  5. anyElement :: XsdParser (Element Posn)

    HaXml Text.XML.HaXml.Schema.Parse

    Get the next content element, whatever it is.

  6. any_ :: XsdParser Any

    HaXml Text.XML.HaXml.Schema.Parse

    Parse an xsd:any.

  7. any_annotation :: Any -> Annotation

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  8. any_namespace :: Any -> URI

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  9. any_occurs :: Any -> Occurs

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  10. any_processContents :: Any -> ProcessContents

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

Page 56 of many | Previous | Next