Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. pattern ANY_SAMPLES_PASSED :: (Eq a, Num a) => a

    jsaddle-dom JSDOM.Generated.WebGL2RenderingContext

    No documentation available.

  2. pattern ANY_SAMPLES_PASSED_CONSERVATIVE :: (Eq a, Num a) => a

    jsaddle-dom JSDOM.Generated.WebGL2RenderingContext

    No documentation available.

  3. pattern ANY_TYPE :: (Eq a, Num a) => a

    jsaddle-dom JSDOM.Generated.XPathResult

    No documentation available.

  4. pattern ANY_UNORDERED_NODE_TYPE :: (Eq a, Num a) => a

    jsaddle-dom JSDOM.Generated.XPathResult

    No documentation available.

  5. module Proto.Google.Protobuf.Any_Fields

    No documentation available.

  6. AnyWS :: WSType

    xmonad-contrib XMonad.Actions.CycleWS

    Deprecated: Use anyWS instead.

  7. AnyKeys :: [KeySym] -> ChordKeys

    xmonad-contrib XMonad.Actions.EasyMotion

    No documentation available.

  8. AnyEvent :: EventType -> CULong -> Bool -> Display -> Window -> Event

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

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

    base GHC.Base

    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.

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

    base GHC.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.

Page 43 of many | Previous | Next