Home
last modified time | relevance | path

Searched refs:ApplyMR (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcSimplify.hs736 data InferMode = ApplyMR -- ^ Apply the monomorphism restriction, constructor
745 ppr ApplyMR = text "ApplyMR"
1138 ; when (case infer_mode of { ApplyMR -> warn_mono; _ -> False}) $
1157 pick ApplyMR cand = return (cand, [])
H A DTcBinds.hs794 infer_mode = if mono then ApplyMR else NoRestrictions
H A DTcExpr.hs1632 = ApplyMR