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. anyArithException :: Selector ArithException

    hspec-meta Test.Hspec.Meta

    No documentation available.

  2. anyErrorCall :: Selector ErrorCall

    hspec-meta Test.Hspec.Meta

    No documentation available.

  3. anyException :: Selector SomeException

    hspec-meta Test.Hspec.Meta

    No documentation available.

  4. anyIOException :: Selector IOException

    hspec-meta Test.Hspec.Meta

    No documentation available.

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

    ihaskell IHaskellPrelude

    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.

  6. anyToken :: FactorialMonoid s => Parser t s s

    incremental-parser Text.ParserCombinators.Incremental

    A parser that accepts any single input atom.

  7. anyToken :: FactorialMonoid s => Parser t s s

    incremental-parser Text.ParserCombinators.Incremental.LeftBiasedLocal

    A parser that accepts any single input atom.

  8. anyToken :: FactorialMonoid s => Parser t s s

    incremental-parser Text.ParserCombinators.Incremental.Symmetric

    A parser that accepts any single input atom.

  9. anyToken :: InputParsing m => m (ParserInput m)

    input-parsers Text.Parser.Input

    A parser that accepts any single atomic prefix of the input stream.

    anyToken == satisfy (const True)
    anyToken == take 1
    

  10. anything :: Templates

    liquid-fixpoint Language.Fixpoint.Types.Templates

    No documentation available.

Page 76 of many | Previous | Next