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.
deleteStmt :: DeleteStmt -> TextBuilderpostgresql-syntax PostgresqlSyntax.Rendering No documentation available.
insertStmt :: InsertStmt -> TextBuilderpostgresql-syntax PostgresqlSyntax.Rendering No documentation available.
preparableStmt :: PreparableStmt -> TextBuilderpostgresql-syntax PostgresqlSyntax.Rendering No documentation available.
selectStmt :: SelectStmt -> TextBuilderpostgresql-syntax PostgresqlSyntax.Rendering No documentation available.
updateStmt :: UpdateStmt -> TextBuilderpostgresql-syntax PostgresqlSyntax.Rendering No documentation available.
testMacroEnv :: String -> RegexType -> MacroEnv -> IO Boolregex Text.RE.TestBench test that a MacroEnv is passing all of its built-in tests
createConstModifierFunction :: Typeable f => f -> ModifierFunctionregistry 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
fastMaxCorrect :: SInt32 -> SInt32 -> SBoolsbv Documentation.SBV.Examples.BitPrecise.BitTricks Formalizes http://graphics.stanford.edu/~seander/bithacks.html#IntegerMinOrMax
fastMinCorrect :: SInt32 -> SInt32 -> SBoolsbv Documentation.SBV.Examples.BitPrecise.BitTricks Formalizes http://graphics.stanford.edu/~seander/bithacks.html#IntegerMinOrMax
fromListM :: Applicative m => Unfold m [m a] astreamly-core Streamly.Data.Unfold Convert a list of monadic values to a Stream