Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. sequenceFromStorableVector :: Int -> Vector Float -> [T]

    audacity Sound.Audacity.Project.Track.Wave.Summary

    No documentation available.

  2. mapToVector :: (Nat w, Storable a) => Size w -> (Use -> a) -> T w -> Vector a

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  3. newtype TsVector

    beam-postgres Database.Beam.Postgres

    The type of a document preprocessed for full-text search. The contained ByteString is the Postgres representation of the TSVECTOR type. Use toTsVector to construct these on-the-fly from strings. When this field is embedded in a beam table, defaultMigratableDbSettings will give the column the postgres TSVECTOR type.

  4. TsVector :: ByteString -> TsVector

    beam-postgres Database.Beam.Postgres

    No documentation available.

  5. data TsVectorConfig

    beam-postgres Database.Beam.Postgres

    The identifier of a Postgres text search configuration. Use the IsString instance to construct new values of this type

  6. toTsVector :: BeamSqlBackendIsString Postgres str => Maybe TsVectorConfig -> QGenExpr context Postgres s str -> QGenExpr context Postgres s TsVector

    beam-postgres Database.Beam.Postgres

    The Postgres to_tsvector function. Given a configuration and string, return the TSVECTOR that represents the contents of the string.

  7. tsvector :: DataType Postgres TsVector

    beam-postgres Database.Beam.Postgres

    DataType for tsvector. See TsVector for more information

  8. tsvector :: DataType Postgres TsVector

    beam-postgres Database.Beam.Postgres.Migrate

    DataType for tsvector. See TsVector for more information

  9. pgTsVectorType :: PgDataTypeSyntax

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  10. pgTsVectorTypeInfo :: TypeInfo

    beam-postgres Database.Beam.Postgres.Syntax

    Postgres TypeInfo for tsvector TODO Is the Oid stable from postgres instance to postgres instance?

Page 99 of many | Previous | Next