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.
containsAny :: Searcher () -> Text -> Boolalfred-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.
containsAny :: Searcher () -> Text -> Boolalfred-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.
unsafeIndexAnywhereInCodePoint' :: Array -> CodeUnitIndex -> BackwardsIteralfred-margaret Data.Text.Utf8 No documentation available.
ObjectAnyOfSchema :: !NonEmpty ObjectSchema -> ObjectSchemaautodocodec-schema Autodocodec.Schema No documentation available.
ObjectAnySchema :: ObjectSchemaautodocodec-schema Autodocodec.Schema No documentation available.
c'GLFW_ANY_RELEASE_BEHAVIOR :: Num a => abindings-GLFW Bindings.GLFW No documentation available.
c'GLFW_OPENGL_ANY_PROFILE :: Num a => abindings-GLFW Bindings.GLFW No documentation available.
encodeMany :: forall (m :: Type -> Type) t . (Coded c, MonadPut m, Foldable t) => t c -> Coding m ()bits Data.Bits.Coded No documentation available.
manyCharacters :: (Char -> Bool) -> ReadP Textburrito Burrito.Internal.Match No documentation available.
-
butcher UI.Butcher.Monadic.Command Specifies whether we accept 0-1 or 0-n for CmdParserParts.