Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
cql Database.CQL.Protocol.Internal No documentation available.
isSet :: Flags -> Flags -> Boolcql Database.CQL.Protocol.Internal Check if a particular flag is present.
decomposeTupleT :: Type -> Maybe [Type]data-effects-th Data.Effect.HFunctor.TH.Internal No documentation available.
rankAccuracySetting :: ReqSketch s -> !RankAccuracydata-sketches-core DataSketches.Quantiles.RelativeErrorQuantile.Internal No documentation available.
snapshotRankAccuracySetting :: ReqSketchSnapshot -> !RankAccuracydata-sketches-core DataSketches.Quantiles.RelativeErrorQuantile.Internal No documentation available.
parseText :: Textual α => Text -> Parsed αdata-textual Data.Textual parseTextAs :: Textual α => p α -> Text -> Parsed αdata-textual Data.Textual Provide a hint for the type system when using parseText.
-
direct-sqlite Database.SQLite3 https://www.sqlite.org/c3ref/reset.html Note that in the C API, sqlite3_reset returns an error code if the most recent sqlite3_step indicated an error. We do not replicate that behavior here. reset never throws an exception.
c_sqlite3_reset :: Ptr CStatement -> IO CErrordirect-sqlite Database.SQLite3.Bindings https://www.sqlite.org/c3ref/reset.html Warning: If the most recent c_sqlite3_step call failed, this will return the corresponding error code.
reset :: Statement -> IO (Either Error ())direct-sqlite Database.SQLite3.Direct https://www.sqlite.org/c3ref/reset.html Warning:
- If the most recent step call failed, this will return the corresponding error.
- This does not reset the bindings on a prepared statement. Use clearBindings to do that.