Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. containsAny :: Searcher () -> Text -> Bool

    alfred-margaret Data.Text.BoyerMoore.Searcher

    Return whether the haystack contains any of the needles. This function is marked noinline as an inlining boundary. BoyerMoore.runText is marked inline, so this function will be optimized to report only whether there is a match, and not construct a list of matches. We don't want this function be inline, to make sure that the conditions of the caller don't affect how this function is optimized. There is little to gain from additional inlining. The pragma is not an optimization in itself, rather it is a defence against fragile optimizer decisions.

  2. containsAny :: Searcher () -> Text -> Bool

    alfred-margaret Data.Text.BoyerMooreCI.Searcher

    Return whether the haystack contains any of the needles. This function is marked noinline as an inlining boundary. BoyerMoore.runText is marked inline, so this function will be optimized to report only whether there is a match, and not construct a list of matches. We don't want this function be inline, to make sure that the conditions of the caller don't affect how this function is optimized. There is little to gain from additional inlining. The pragma is not an optimization in itself, rather it is a defence against fragile optimizer decisions.

  3. unsafeIndexAnywhereInCodePoint' :: Array -> CodeUnitIndex -> BackwardsIter

    alfred-margaret Data.Text.Utf8

    No documentation available.

  4. ObjectAnyOfSchema :: !NonEmpty ObjectSchema -> ObjectSchema

    autodocodec-schema Autodocodec.Schema

    No documentation available.

  5. ObjectAnySchema :: ObjectSchema

    autodocodec-schema Autodocodec.Schema

    No documentation available.

  6. c'GLFW_ANY_RELEASE_BEHAVIOR :: Num a => a

    bindings-GLFW Bindings.GLFW

    No documentation available.

  7. c'GLFW_OPENGL_ANY_PROFILE :: Num a => a

    bindings-GLFW Bindings.GLFW

    No documentation available.

  8. encodeMany :: forall (m :: Type -> Type) t . (Coded c, MonadPut m, Foldable t) => t c -> Coding m ()

    bits Data.Bits.Coded

    No documentation available.

  9. manyCharacters :: (Char -> Bool) -> ReadP Text

    burrito Burrito.Internal.Match

    No documentation available.

  10. data ManyUpperBound

    butcher UI.Butcher.Monadic.Command

    Specifies whether we accept 0-1 or 0-n for CmdParserParts.

Page 185 of many | Previous | Next