Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. deleteStmt :: DeleteStmt -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  2. insertStmt :: InsertStmt -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  3. preparableStmt :: PreparableStmt -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  4. selectStmt :: SelectStmt -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  5. updateStmt :: UpdateStmt -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  6. testMacroEnv :: String -> RegexType -> MacroEnv -> IO Bool

    regex Text.RE.TestBench

    test that a MacroEnv is passing all of its built-in tests

  7. createConstModifierFunction :: Typeable f => f -> ModifierFunction

    registry Data.Registry.Internal.Types

    Create a ModifierFunction value from a Haskell function The application of that function does not depend on the fact that we are trying to apply it to a specialized value

  8. fastMaxCorrect :: SInt32 -> SInt32 -> SBool

    sbv Documentation.SBV.Examples.BitPrecise.BitTricks

    Formalizes http://graphics.stanford.edu/~seander/bithacks.html#IntegerMinOrMax

  9. fastMinCorrect :: SInt32 -> SInt32 -> SBool

    sbv Documentation.SBV.Examples.BitPrecise.BitTricks

    Formalizes http://graphics.stanford.edu/~seander/bithacks.html#IntegerMinOrMax

  10. fromListM :: Applicative m => Unfold m [m a] a

    streamly-core Streamly.Data.Unfold

    Convert a list of monadic values to a Stream

Page 161 of many | Previous | Next