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.
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.
positionOffset :: Params v o c -> o -> Intedit-distance-vector Data.Vector.Distance Positions to advance after a change. E.g. 0 for a deletion.
-
functor-combinators Data.Functor.Combinator Composition of monad transformers.
-
functor-combinators Data.Functor.Combinator No documentation available.
-
functor-combinators Data.Functor.Combinator No documentation available.
-
genvalidity-appendful Data.GenValidity.Appendful.Collection No documentation available.
genServerStoreFromSet :: (Ord si, GenValid v) => Set si -> Gen (ServerStore si v)genvalidity-appendful Data.GenValidity.Appendful.Collection No documentation available.