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. deriveExpressIfNeeded :: Name -> DecsQ

    express Data.Express.Express.Derive

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

  2. deriveName :: Name -> DecsQ

    express Data.Express.Name.Derive

    Derives a Name instance for the given type Name. This function needs the TemplateHaskell extension.

  3. deriveNameCascading :: Name -> DecsQ

    express Data.Express.Name.Derive

    Derives a Name instance for a given type Name cascading derivation of type arguments as well.

  4. deriveNameIfNeeded :: Name -> DecsQ

    express Data.Express.Name.Derive

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

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

    express Data.Express.Utils.TH

    No documentation available.

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

    express Data.Express.Utils.TH

    No documentation available.

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

    persistable-record Database.Record

    Derivation rule for KeyConstraint. Derive from ColumnConstraint.

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

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

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

Page 20 of many | Previous | Next