Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. derivedUniqueConstraint :: HasKeyConstraint Primary r => UniqueConstraint r

    persistable-record Database.Record

    Inferred UniqueConstraint proof object. Record type r has unique key which is derived r has primary key.

  2. derivedWidth :: PersistableWidth a => (PersistableRecordWidth a, Int)

    persistable-record Database.Record

    Pass type parameter and inferred width value.

  3. deriveComposite :: ColumnConstraint c r -> KeyConstraint c r

    persistable-record Database.Record.KeyConstraint

    Derivation rule for KeyConstraint. Derive from ColumnConstraint.

  4. derivedCompositePrimary :: HasColumnConstraint Primary r => PrimaryConstraint r

    persistable-record Database.Record.KeyConstraint

    Inferred PrimaryConstraint proof object. Record type r has composite primary key which is derived r has single column primary key.

  5. derivedNotNullColumnConstraint :: HasColumnConstraint Primary r => NotNullColumnConstraint r

    persistable-record Database.Record.KeyConstraint

    Inferred NotNullColumnConstraint proof object. Record type r has not-null key which is derived r has primary key.

  6. derivedUniqueColumnConstraint :: HasColumnConstraint Primary r => UniqueColumnConstraint r

    persistable-record Database.Record.KeyConstraint

    Inferred UniqueColumnConstraint proof object. Record type r has unique key which is derived r has primary key.

  7. derivedUniqueConstraint :: HasKeyConstraint Primary r => UniqueConstraint r

    persistable-record Database.Record.KeyConstraint

    Inferred UniqueConstraint proof object. Record type r has unique key which is derived r has primary key.

  8. derivedWidth :: PersistableWidth a => (PersistableRecordWidth a, Int)

    persistable-record Database.Record.Persistable

    Pass type parameter and inferred width value.

  9. deriveNotNullType :: TypeQ -> Q [Dec]

    persistable-record Database.Record.TH

    Templates for single column value type.

  10. deriveGenericInstance :: Cxt -> Type -> Dec

    store Data.Store.TH.Internal

    No documentation available.

Page 21 of many | Previous | Next