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.
deriveExpressIfNeeded :: Name -> DecsQexpress Data.Express.Express.Derive Same as deriveExpress but does not warn when instance already exists (deriveExpress is preferable).
-
express Data.Express.Name.Derive Derives a Name instance for the given type Name. This function needs the TemplateHaskell extension.
deriveNameCascading :: Name -> DecsQexpress Data.Express.Name.Derive Derives a Name instance for a given type Name cascading derivation of type arguments as well.
deriveNameIfNeeded :: Name -> DecsQexpress Data.Express.Name.Derive Same as deriveName but does not warn when instance already exists (deriveName is preferable).
deriveWhenNeeded :: Name -> (Name -> DecsQ) -> Name -> DecsQexpress Data.Express.Utils.TH No documentation available.
deriveWhenNeededOrWarn :: Name -> (Name -> DecsQ) -> Name -> DecsQexpress Data.Express.Utils.TH No documentation available.
deriveComposite :: ColumnConstraint c r -> KeyConstraint c rpersistable-record Database.Record Derivation rule for KeyConstraint. Derive from ColumnConstraint.
derivedCompositePrimary :: HasColumnConstraint Primary r => PrimaryConstraint rpersistable-record Database.Record Inferred PrimaryConstraint proof object. Record type r has composite primary key which is derived r has single column primary key.
derivedNotNullColumnConstraint :: HasColumnConstraint Primary r => NotNullColumnConstraint rpersistable-record Database.Record Inferred NotNullColumnConstraint proof object. Record type r has not-null key which is derived r has primary key.
derivedUniqueColumnConstraint :: HasColumnConstraint Primary r => UniqueColumnConstraint rpersistable-record Database.Record Inferred UniqueColumnConstraint proof object. Record type r has unique key which is derived r has primary key.