Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. deriveNameIfNeeded :: Name -> DecsQ

    express Data.Express.Name.Derive

    Same as deriveName but does not warn when instance already exists (deriveName is preferable).

  2. deriveWhenNeeded :: Name -> (Name -> DecsQ) -> Name -> DecsQ

    express Data.Express.Utils.TH

    No documentation available.

  3. deriveWhenNeededOrWarn :: Name -> (Name -> DecsQ) -> Name -> DecsQ

    express Data.Express.Utils.TH

    No documentation available.

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

    persistable-record Database.Record

    Derivation rule for KeyConstraint. Derive from ColumnConstraint.

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

    persistable-record Database.Record

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

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

    persistable-record Database.Record

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

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

    persistable-record Database.Record

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

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

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

    persistable-record Database.Record

    Pass type parameter and inferred width value.

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

    persistable-record Database.Record.KeyConstraint

    Derivation rule for KeyConstraint. Derive from ColumnConstraint.

Page 20 of many | Previous | Next