Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. forLockingClause :: ForLockingClause -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  2. forLockingItem :: ForLockingItem -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  3. forLockingStrength :: IsString a => ForLockingStrength -> a

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

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

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

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

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

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

    reducers Data.Generator.Combinators

    Convenience function as found in Data.Foldable

    flip traverse_
    

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

    reflex-dom-core Reflex.Dom.WebSocket

    No documentation available.

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

    regex Text.RE.TestBench

    list the source of a single macro in plain text

Page 143 of many | Previous | Next