Hoogle Search

Within Stackage Nightly 2025-10-07 (ghc-9.12.2)

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

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

    data-textual Data.Textual

    Provide a hint for the type system when using parseText.

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

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

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

  5. positionOffset :: Params v o c -> o -> Int

    edit-distance-vector Data.Vector.Distance

    Positions to advance after a change. E.g. 0 for a deletion.

  6. newtype ComposeT (f :: Type -> Type -> Type -> Type) (g :: Type -> Type -> Type -> Type) (m :: Type -> Type) a

    functor-combinators Data.Functor.Combinator

    Composition of monad transformers.

  7. ComposeT :: f (g m) a -> ComposeT (f :: (Type -> Type) -> Type -> Type) (g :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a

    functor-combinators Data.Functor.Combinator

    No documentation available.

  8. getComposeT :: ComposeT (f :: (Type -> Type) -> Type -> Type) (g :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a -> f (g m) a

    functor-combinators Data.Functor.Combinator

    No documentation available.

  9. genClientStoreFromSet :: (Show ci, Ord ci, Ord si, GenValid ci, GenValid v) => Set si -> Gen (ClientStore ci si v)

    genvalidity-appendful Data.GenValidity.Appendful.Collection

    No documentation available.

  10. genServerStoreFromSet :: (Ord si, GenValid v) => Set si -> Gen (ServerStore si v)

    genvalidity-appendful Data.GenValidity.Appendful.Collection

    No documentation available.

Page 145 of many | Previous | Next