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.

  1. sparseToDense :: forall a (v :: Type -> Type) . (Semiring a, Vector v a, Vector v (Vector 1 Word, a)) => Poly v a -> Poly v a

    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
    

  2. useTPGDatabase :: PGDatabase -> DecsQ

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

  3. invalid_row_count_in_result_offset_clause :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE: 2201X (Error)

  4. no_additional_dynamic_result_sets_returned :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED: 02001 (Warning)

  5. warning_dynamic_result_sets_returned :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    WARNING_DYNAMIC_RESULT_SETS_RETURNED: 0100C (Warning)

  6. warning_null_value_eliminated_in_set_function :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    WARNING_NULL_VALUE_ELIMINATED_IN_SET_FUNCTION: 01003 (Warning)

  7. useTPGDatabase :: PGDatabase -> DecsQ

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

  8. module Data.Primitive.ByteArray.Offset

    No documentation available.

  9. data ByteArrayOffset

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

  10. ByteArrayOffset :: ByteArray -> Int -> ByteArrayOffset

    primitive-offset Data.Primitive.ByteArray.Offset

    No documentation available.

Page 204 of many | Previous | Next