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

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

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

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

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

    persistable-record Database.Record.Persistable

    Pass type parameter and inferred width value.

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

    persistable-record Database.Record.TH

    Templates for single column value type.

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

    store Data.Store.TH.Internal

    No documentation available.

  8. deriveGenericInstanceFromName :: Name -> Q Dec

    store Data.Store.TH.Internal

    No documentation available.

  9. deriveManyStoreFromStorable :: (Type -> Bool) -> Q [Dec]

    store Data.Store.TH.Internal

    No documentation available.

  10. deriveManyStorePrimVector :: Q [Dec]

    store Data.Store.TH.Internal

    No documentation available.

Page 21 of many | Previous | Next