Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
HsForAllTy :: XForAllTy pass -> HsForAllTelescope pass -> LHsType pass -> HsType passghc Language.Haskell.Syntax.Type - AnnKeywordId : AnnForall, AnnDot,AnnDarrow For details on above see Note [exact print annotations] in GHC.Parser.Annotation
HsForAllVis :: XHsForAllVis pass -> [LHsTyVarBndr () pass] -> HsForAllTelescope passghc Language.Haskell.Syntax.Type A visible forall (e.g., forall a -> {...}). These do not have any notion of specificity, so we use () as a placeholder value.
XHsForAllTelescope :: !XXHsForAllTelescope pass -> HsForAllTelescope passghc Language.Haskell.Syntax.Type No documentation available.
hst_xforall :: HsType pass -> XForAllTy passghc Language.Haskell.Syntax.Type No documentation available.
getEntityForeignDefs :: EntityDef -> [ForeignDef]persistent Database.Persist.EntityDef No documentation available.
entityForeigns :: EntityDef -> ![ForeignDef]persistent Database.Persist.EntityDef.Internal The foreign key relationships that this entity has to other entities.
setPsUseSnakeCaseForeignKeys :: PersistSettings -> PersistSettingspersistent Database.Persist.Quasi A preset configuration function that puts an underscore between the entity name and the constraint name when creating a foreign key constraint name
setPsUseSnakeCaseForiegnKeys :: PersistSettings -> PersistSettingspersistent Database.Persist.Quasi Deprecated: use the correctly spelled, equivalent, setPsUseSnakeCaseForeignKeys instead
-
persistent Database.Persist.Quasi.Internal Define an explicit foreign key reference.
User name Text email Text Primary name email Dog ownerName Text ownerEmail Text Foreign User fk_dog_user ownerName ownerEmail
UnboundForeignDef :: UnboundForeignFieldList -> ForeignDef -> UnboundForeignDefpersistent Database.Persist.Quasi.Internal No documentation available.