Home
last modified time | relevance | path

Searched refs:goptM (Results 1 – 10 of 10) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcHoleErrors.hs408 = do { sWrap <- goptM Opt_ShowTypeAppOfHoleFits
409 ; sWrapVars <- goptM Opt_ShowTypeAppVarsOfHoleFits
410 ; sType <- goptM Opt_ShowTypeOfHoleFits
411 ; sProv <- goptM Opt_ShowProvOfHoleFits
412 ; sMatc <- goptM Opt_ShowMatchesOfHoleFits
425 do { shouldSort <- goptM Opt_SortValidHoleFits
426 ; subsumSort <- goptM Opt_SortBySubsumHoleFits
427 ; sizeSort <- goptM Opt_SortBySizeHoleFits
442 do { showDocs <- goptM Opt_ShowDocsOfHoleFits
889 ; allowAbstract <- goptM Opt_AbstractRefHoleFits
H A DTcErrors.hs131 ; defer_errors <- goptM Opt_DeferTypeErrors
137 ; defer_holes <- goptM Opt_DeferTypedHoles
149 ; defer_out_of_scope <- goptM Opt_DeferOutOfScopeVariables
1173 ; show_hole_constraints <- goptM Opt_ShowHoleConstraints
1179 ; show_valid_hole_fits <- goptM Opt_ShowValidHoleFits
1476 ; exp_syns <- goptM Opt_PrintExpandedSynonyms
H A DTcRnMonad.hs23 xoptM, doptM, goptM, woptM,
471 goptM :: GeneralFlag -> TcRnIf gbl lcl Bool
472 goptM flag = do { dflags <- getDynFlags; return (gopt flag dflags) } function
499 whenGOptM flag thing_inside = do b <- goptM flag
H A DTcRnDriver.hs2138 ; generate_it <- goptM Opt_NoIt
2221 ; opt_pr_flag <- goptM Opt_PrintBindResult
H A DTcSplice.hs438 warn <- goptM Opt_EnableThSpliceWarnings
H A DTcTyClsDecls.hs4354 ; lint <- goptM Opt_DoCoreLinting
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DTcIface.hs161 ignore_prags <- goptM Opt_IgnoreInterfacePragmas
356 ignore_prags <- goptM Opt_IgnoreInterfacePragmas
418 ignore_prags <- goptM Opt_IgnoreInterfacePragmas
H A DLoadIface.hs468 ; ignore_prags <- goptM Opt_IgnoreInterfacePragmas
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsExpr.hs449 count <- goptM Opt_ProfCountEntries
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnExpr.hs1548 optimal_ado <- goptM Opt_OptimalApplicativeDo