Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. HsForAllInvis :: XHsForAllInvis pass -> [LHsTyVarBndr Specificity pass] -> HsForAllTelescope pass

    ghc Language.Haskell.Syntax.Type

    An invisible forall (e.g., forall a {b} c. {...}), where each binder has a Specificity.

  2. data HsForAllTelescope pass

    ghc Language.Haskell.Syntax.Type

    The type variable binders in an HsForAllTy. See also Note [Variable Specificity and Forall Visibility] in GHC.Tc.Gen.HsType.

  3. HsForAllTy :: XForAllTy pass -> HsForAllTelescope pass -> LHsType pass -> HsType pass

    ghc Language.Haskell.Syntax.Type

  4. HsForAllVis :: XHsForAllVis pass -> [LHsTyVarBndr () pass] -> HsForAllTelescope pass

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

  5. XHsForAllTelescope :: !XXHsForAllTelescope pass -> HsForAllTelescope pass

    ghc Language.Haskell.Syntax.Type

    No documentation available.

  6. hst_xforall :: HsType pass -> XForAllTy pass

    ghc Language.Haskell.Syntax.Type

    No documentation available.

  7. getEntityForeignDefs :: EntityDef -> [ForeignDef]

    persistent Database.Persist.EntityDef

    No documentation available.

  8. entityForeigns :: EntityDef -> ![ForeignDef]

    persistent Database.Persist.EntityDef.Internal

    The foreign key relationships that this entity has to other entities.

  9. setPsUseSnakeCaseForeignKeys :: PersistSettings -> PersistSettings

    persistent 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

  10. setPsUseSnakeCaseForiegnKeys :: PersistSettings -> PersistSettings

    persistent Database.Persist.Quasi

    Deprecated: use the correctly spelled, equivalent, setPsUseSnakeCaseForeignKeys instead

Page 498 of many | Previous | Next