Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. type TableSettings (table :: Type -> Type -> Type) = table TableField table

    beam-core Database.Beam.Schema.Tables

    Represents a table that contains metadata on its fields. In particular, each field of type 'Columnar f a' is transformed into 'TableField table a'. You can get or update the name of each field by using the fieldName lens.

  2. autoDbSettings' :: GAutoDbSettings x => x

    beam-core Database.Beam.Schema.Tables

    No documentation available.

  3. defTblFieldSettings :: (Generic (TableSettings table), GDefaultTableFieldSettings (Rep (TableSettings table) ())) => TableSettings table

    beam-core Database.Beam.Schema.Tables

    Return a TableSettings for the appropriate table type where each column has been given its default name. See the manual for information on the default naming convention.

  4. defaultDbSettings :: (Generic (DatabaseSettings be db), GAutoDbSettings (Rep (DatabaseSettings be db) ())) => DatabaseSettings be db

    beam-core Database.Beam.Schema.Tables

    Automatically provide names for tables, and descriptions for tables (using defTblFieldSettings). Your database must implement Generic, and must be auto-derivable. For more information on name generation, see the manual

  5. gDefTblFieldSettings :: GDefaultTableFieldSettings x => Proxy x -> x

    beam-core Database.Beam.Schema.Tables

    No documentation available.

  6. defaultSettings :: Text -> Settings

    bugsnag Data.Bugsnag.Settings

    No documentation available.

  7. offset :: SuffixUnder es es' => Int

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  8. insertSet :: Ord a => a -> [a] -> [a]

    data-ordlist Data.List.Ordered

    The insertSet function inserts an element into an ordered list. If the element is already there, then the element replaces the existing element.

  9. insertSetBy :: (a -> a -> Ordering) -> a -> [a] -> [a]

    data-ordlist Data.List.Ordered

    The insertSetBy function is the non-overloaded version of insertSet.

  10. subset :: Ord a => [a] -> [a] -> Bool

    data-ordlist Data.List.Ordered

    The subset function returns true if the first list is a sub-list of the second.

Page 136 of many | Previous | Next