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.

  1. force :: Write -> Write

    ptr-poker PtrPoker.Write

    Force the evaluation of a write. Useful when a complex write is reused multiple times to avoid recomputing its structure.

  2. forAll_ :: (Constructible a, Testable' prop) => (a -> prop) -> Property

    quickcheck-higherorder Test.QuickCheck.HigherOrder

    Equivalent to property' specialized to functions: convert a function to a Property.

  3. forAll_ :: (Constructible a, Testable' prop) => (a -> prop) -> Property

    quickcheck-higherorder Test.QuickCheck.HigherOrder.Internal.Testable.Class

    Equivalent to property' specialized to functions: convert a function to a Property.

  4. 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_
    

  5. for_ :: (Generator c, Applicative f) => c -> (Elem c -> f b) -> f ()

    reducers Data.Generator.Combinators

    Convenience function as found in Data.Foldable

    flip traverse_
    

  6. forkJSM :: JSM () -> JSM ()

    reflex-dom-core Reflex.Dom.WebSocket

    No documentation available.

  7. formatMacroSource :: RegexType -> WithCaptures -> MacroEnv -> MacroID -> String

    regex Text.RE.TestBench

    list the source of a single macro in plain text

  8. formatMacroSources :: RegexType -> WithCaptures -> MacroEnv -> String

    regex Text.RE.TestBench

    list the source REs for each macro in plain text

  9. formatMacroSummary :: RegexType -> MacroEnv -> MacroID -> String

    regex Text.RE.TestBench

    generate a plain text summary of a macro

  10. formatMacroTable :: RegexType -> MacroEnv -> String

    regex Text.RE.TestBench

    format a macros table as a markdown table

Page 143 of many | Previous | Next