Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
poly Data.Poly.Sparse.Semiring Convert from sparse to dense polynomials.
>>> :set -XFlexibleContexts >>> sparseToDense (1 `Data.Semiring.plus` Data.Poly.Sparse.X^2) :: Data.Poly.UPoly Int 1 * X^2 + 0 * X + 1
useTPGDatabase :: PGDatabase -> DecsQpostgresql-typed Database.PostgreSQL.Typed Specify an alternative database to use during compilation. This lets you override the default connection parameters that are based on TPG environment variables. This should be called as a top-level declaration and produces no code. It uses pgReconnect so is safe to call multiple times with the same database.
invalid_row_count_in_result_offset_clause :: ByteStringpostgresql-typed Database.PostgreSQL.Typed.ErrCodes INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE: 2201X (Error)
no_additional_dynamic_result_sets_returned :: ByteStringpostgresql-typed Database.PostgreSQL.Typed.ErrCodes NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED: 02001 (Warning)
warning_dynamic_result_sets_returned :: ByteStringpostgresql-typed Database.PostgreSQL.Typed.ErrCodes WARNING_DYNAMIC_RESULT_SETS_RETURNED: 0100C (Warning)
warning_null_value_eliminated_in_set_function :: ByteStringpostgresql-typed Database.PostgreSQL.Typed.ErrCodes WARNING_NULL_VALUE_ELIMINATED_IN_SET_FUNCTION: 01003 (Warning)
useTPGDatabase :: PGDatabase -> DecsQpostgresql-typed Database.PostgreSQL.Typed.TH Specify an alternative database to use during compilation. This lets you override the default connection parameters that are based on TPG environment variables. This should be called as a top-level declaration and produces no code. It uses pgReconnect so is safe to call multiple times with the same database.
module Data.Primitive.ByteArray.
Offset No documentation available.
-
primitive-offset Data.Primitive.ByteArray.Offset A byte array and an index into the array. The element type is understood to be byte (an 8-bit word).
ByteArrayOffset :: ByteArray -> Int -> ByteArrayOffsetprimitive-offset Data.Primitive.ByteArray.Offset No documentation available.