Hoogle Search
Within LTS Haskell 24.27 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
YesDeriveAnyClassEnabled :: DeriveAnyClassEnabledghc GHC.Tc.Errors.Types No documentation available.
ib_derived :: InstBindings a -> Boolghc GHC.Tc.Utils.Env No documentation available.
mkDerivedInternalName :: (OccName -> OccName) -> Unique -> Name -> Nameghc GHC.Types.Name No documentation available.
isDerivedOccName :: OccName -> Boolghc GHC.Types.Name.Occurrence Test for definitions internally generated by GHC. This predicate is used to suppress printing of internal definitions in some debug prints
entityDerives :: EntityDef -> ![Text]persistent Database.Persist.EntityDef.Internal A list of type classes that have been derived for this entity.
mpsDeriveInstances :: MkPersistSettings -> [Name]persistent Database.Persist.TH Automatically derive these typeclass instances for all record and key types. Default: []
mpsDeriveInstances :: MkPersistSettings -> [Name]persistent Database.Persist.TH.Internal Automatically derive these typeclass instances for all record and key types. Default: []
unsafeDerive :: Coercible n o => (o -> n) -> t o :- t nconstraints Data.Constraint.Unsafe Coerce a dictionary unsafely from one type to a newtype of that type
unsafeUnderive :: Coercible n o => (o -> n) -> t n :- t oconstraints Data.Constraint.Unsafe Coerce a dictionary unsafely from a newtype of a type to the base type
DVKeyDerived :: Set [Text] -> DVKeyhaskell-gi-base Data.GI.Base.DynVal Value derived from a direct key, by acting with the functor or applicative instances.