Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ptr-poker PtrPoker.Write Force the evaluation of a write. Useful when a complex write is reused multiple times to avoid recomputing its structure.
forAll_ :: (Constructible a, Testable' prop) => (a -> prop) -> Propertyquickcheck-higherorder Test.QuickCheck.HigherOrder Equivalent to property' specialized to functions: convert a function to a Property.
forAll_ :: (Constructible a, Testable' prop) => (a -> prop) -> Propertyquickcheck-higherorder Test.QuickCheck.HigherOrder.Internal.Testable.Class Equivalent to property' specialized to functions: convert a function to a Property.
forM_ :: (Generator c, Monad m) => c -> (Elem c -> m b) -> m ()reducers Data.Generator.Combinators Convenience function as found in Data.Foldable and Control.Monad
flip mapM_
for_ :: (Generator c, Applicative f) => c -> (Elem c -> f b) -> f ()reducers Data.Generator.Combinators Convenience function as found in Data.Foldable
flip traverse_
-
reflex-dom-core Reflex.Dom.WebSocket No documentation available.
formatMacroSource :: RegexType -> WithCaptures -> MacroEnv -> MacroID -> Stringregex Text.RE.TestBench list the source of a single macro in plain text
formatMacroSources :: RegexType -> WithCaptures -> MacroEnv -> Stringregex Text.RE.TestBench list the source REs for each macro in plain text
formatMacroSummary :: RegexType -> MacroEnv -> MacroID -> Stringregex Text.RE.TestBench generate a plain text summary of a macro
formatMacroTable :: RegexType -> MacroEnv -> Stringregex Text.RE.TestBench format a macros table as a markdown table