Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. zonkTidyOrigin :: TidyEnv -> CtOrigin -> ZonkM (TidyEnv, CtOrigin)

    ghc GHC.Tc.Zonk.TcType

    No documentation available.

  2. zonkTidyOrigins :: TidyEnv -> [CtOrigin] -> ZonkM (TidyEnv, [CtOrigin])

    ghc GHC.Tc.Zonk.TcType

    No documentation available.

  3. zonkTidyTcType :: TidyEnv -> TcType -> ZonkM (TidyEnv, TcType)

    ghc GHC.Tc.Zonk.TcType

    No documentation available.

  4. zonkTidyTcTypes :: TidyEnv -> [TcType] -> ZonkM (TidyEnv, [TcType])

    ghc GHC.Tc.Zonk.TcType

    No documentation available.

  5. tcInitOpenTidyEnv :: [TyCoVar] -> ZonkM TidyEnv

    ghc GHC.Tc.Zonk.Type

    Get a TidyEnv that includes mappings for all vars free in the given type. Useful when tidying open types.

  6. tcInitTidyEnv :: ZonkM TidyEnv

    ghc GHC.Tc.Zonk.Type

    No documentation available.

  7. data InsideLam

    ghc GHC.Types.Basic

    Inside Lambda

  8. IsInsideLam :: InsideLam

    ghc GHC.Types.Basic

    Occurs inside a non-linear lambda Substituting a redex for this occurrence is dangerous because it might duplicate work.

  9. NotInsideLam :: InsideLam

    ghc GHC.Types.Basic

    No documentation available.

  10. data BreakpointId

    ghc GHC.Types.Breakpoint

    Breakpoint identifier. See Note [Breakpoint identifiers]

Page 564 of many | Previous | Next