Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
shrinkBenchVector :: NFData a => Vector a -> String -> (a -> [a]) -> Benchmarkgenvalidity-criterion Data.GenValidity.Criterion Benchmark for the time it takes to shrink to the first ten shrunk versions using a given shrinking function and a given vector of values
-
rio RIO.Deque Convert to an immutable vector of any type. If resulting pure vector corresponds to the mutable one used by the Deque, it will be more efficient to use freezeDeque instead.
Example
>>> :set -XTypeApplications >>> import qualified RIO.Vector.Unboxed as U >>> import qualified RIO.Vector.Storable as S >>> d <- newDeque @U.MVector @Int >>> mapM_ (pushFrontDeque d) [0..10] >>> dequeToVector @S.Vector d [10,9,8,7,6,5,4,3,2,1,0]
-
rio RIO.Prelude.Types No documentation available.
-
rio RIO.Prelude.Types No documentation available.
-
rio RIO.Prelude.Types No documentation available.