Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. anyCE :: forall (m :: Type -> Type) mono o . (Monad m, MonoFoldable mono) => (Element mono -> Bool) -> ConduitT mono o m Bool

    classy-prelude-conduit ClassyPrelude.Conduit

    Check that at least one element in the chunked stream returns True. Subject to shortcut logic: at the first True, consumption of the stream will stop.

  2. anyChar :: Parser s Char

    djot Djot.Parse

    Parse any character. Assumes UTF-8 encoding.

  3. any_ :: (OsChar -> Bool) -> OsString -> Bool

    file-io System.File.OsPath.Internal

    No documentation available.

  4. anyFilterNew :: (HasCallStack, MonadIO m) => m AnyFilter

    gi-gtk4 GI.Gtk.Objects.AnyFilter

    Creates a new empty "any" filter. Use multiFilterAppend to add filters to it. This filter matches an item if any of the filters added to it matches the item. In particular, this means that if no filter has been added to it, the filter matches no item.

  5. anyoneCanPay :: SigHash -> Bool

    haskoin-core Haskoin.Script.SigHash

    Is the SIGHASH_ANYONECANPAY flag set?

  6. anyArithException :: Selector ArithException

    hspec-meta Test.Hspec.Meta

    No documentation available.

  7. anyErrorCall :: Selector ErrorCall

    hspec-meta Test.Hspec.Meta

    No documentation available.

  8. anyException :: Selector SomeException

    hspec-meta Test.Hspec.Meta

    No documentation available.

  9. anyIOException :: Selector IOException

    hspec-meta Test.Hspec.Meta

    No documentation available.

  10. 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.

Page 77 of many | Previous | Next