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.
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
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.
setEqDerived :: Bool -> RouteOpts -> RouteOptsyesod-core Yesod.Core.Dispatch No documentation available.
setReadDerived :: Bool -> RouteOpts -> RouteOptsyesod-core Yesod.Core.Dispatch No documentation available.
setShowDerived :: Bool -> RouteOpts -> RouteOptsyesod-core Yesod.Core.Dispatch No documentation available.
AutoDeriveTypeable :: KnownExtensionCabal-syntax Language.Haskell.Extension (deprecated) Deprecated in favour of DeriveDataTypeable. Old description: Triggers the generation of derived Typeable instances for every datatype and type class declaration.