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. ib_derived :: InstBindings a -> Bool

    ghc GHC.Tc.Utils.Env

    No documentation available.

  2. mkDerivedInternalName :: (OccName -> OccName) -> Unique -> Name -> Name

    ghc GHC.Types.Name

    No documentation available.

  3. isDerivedOccName :: OccName -> Bool

    ghc 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

  4. unsafeDerive :: Coercible n o => (o -> n) -> t o :- t n

    constraints Data.Constraint.Unsafe

    Coerce a dictionary unsafely from one type to a newtype of that type

  5. unsafeUnderive :: Coercible n o => (o -> n) -> t n :- t o

    constraints Data.Constraint.Unsafe

    Coerce a dictionary unsafely from a newtype of a type to the base type

  6. DVKeyDerived :: Set [Text] -> DVKey

    haskell-gi-base Data.GI.Base.DynVal

    Value derived from a direct key, by acting with the functor or applicative instances.

  7. setEqDerived :: Bool -> RouteOpts -> RouteOpts

    yesod-core Yesod.Core.Dispatch

    No documentation available.

  8. setReadDerived :: Bool -> RouteOpts -> RouteOpts

    yesod-core Yesod.Core.Dispatch

    No documentation available.

  9. setShowDerived :: Bool -> RouteOpts -> RouteOpts

    yesod-core Yesod.Core.Dispatch

    No documentation available.

  10. AutoDeriveTypeable :: KnownExtension

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

Page 88 of many | Previous | Next