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.

  1. fromSet :: Set a -> [a]

    cql Database.CQL.Protocol.Internal

    No documentation available.

  2. isSet :: Flags -> Flags -> Bool

    cql Database.CQL.Protocol.Internal

    Check if a particular flag is present.

  3. decomposeTupleT :: Type -> Maybe [Type]

    data-effects-th Data.Effect.HFunctor.TH.Internal

    No documentation available.

  4. rankAccuracySetting :: ReqSketch s -> !RankAccuracy

    data-sketches-core DataSketches.Quantiles.RelativeErrorQuantile.Internal

    No documentation available.

  5. snapshotRankAccuracySetting :: ReqSketchSnapshot -> !RankAccuracy

    data-sketches-core DataSketches.Quantiles.RelativeErrorQuantile.Internal

    No documentation available.

  6. parseText :: Textual α => Text -> Parsed α

    data-textual Data.Textual

    Parse a Text to extract the Textual value.

  7. parseTextAs :: Textual α => p α -> Text -> Parsed α

    data-textual Data.Textual

    Provide a hint for the type system when using parseText.

  8. reset :: Statement -> IO ()

    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.

  9. c_sqlite3_reset :: Ptr CStatement -> IO CError

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

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

Page 152 of many | Previous | Next