Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. PSig :: Name -> LHsSigWcType GhcRn -> UserTypeCtxt -> SrcSpan -> TcPartialSig

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

  2. data ParsedResult

    breakpoint Debug.Breakpoint.GhcFacade

    Result of running the parser and the parser plugin

  3. ParsedResult :: HsParsedModule -> PsMessages -> ParsedResult

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

  4. PatSig :: Name -> [InvisTVBinder] -> [InvisTVBinder] -> TcThetaType -> [InvisTVBinder] -> TcThetaType -> TcSigmaType -> TcPatSynSig

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

  5. PatSynPE :: PromotionErr

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

  6. data PendingStuff

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

  7. data Plugin

    breakpoint Debug.Breakpoint.GhcFacade

    Plugin is the compiler plugin data type. Try to avoid constructing one of these directly, and just modify some fields of defaultPlugin instead: this is to try and preserve source-code compatibility when we add fields to this. Nonetheless, this API is preliminary and highly likely to change in the future.

  8. Plugin :: CorePlugin -> TcPlugin -> DefaultingPlugin -> HoleFitPlugin -> ([CommandLineOption] -> HscEnv -> IO HscEnv) -> LatePlugin -> ([CommandLineOption] -> IO PluginRecompile) -> ([CommandLineOption] -> ModSummary -> ParsedResult -> Hsc ParsedResult) -> ([CommandLineOption] -> TcGblEnv -> HsGroup GhcRn -> TcM (TcGblEnv, HsGroup GhcRn)) -> ([CommandLineOption] -> ModSummary -> TcGblEnv -> TcM TcGblEnv) -> ([CommandLineOption] -> LHsExpr GhcTc -> TcM (LHsExpr GhcTc)) -> (forall lcl . () => [CommandLineOption] -> ModIface -> IfM lcl ModIface) -> Plugin

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

  9. data PluginRecompile

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

  10. data PluginWithArgs

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

Page 1228 of many | Previous | Next