diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2022-09-14 16:23:48 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-09-14 22:40:09 -0400 |
commit | df04d6ec6a543d8bf1b953cf27c26e63ec6aab25 (patch) | |
tree | e3a3e88e10b4da7e57e73755147dd7928710ff17 /compiler/GHC/Tc/Errors.hs | |
parent | bdd61cd63dff07a78b1364988b5a140806f79e38 (diff) | |
download | haskell-df04d6ec6a543d8bf1b953cf27c26e63ec6aab25.tar.gz |
Fix typos
Diffstat (limited to 'compiler/GHC/Tc/Errors.hs')
-rw-r--r-- | compiler/GHC/Tc/Errors.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Errors.hs b/compiler/GHC/Tc/Errors.hs index 6d0bf4d117..0eb7706434 100644 --- a/compiler/GHC/Tc/Errors.hs +++ b/compiler/GHC/Tc/Errors.hs @@ -1363,7 +1363,7 @@ mkHoleError lcl_name_cache tidy_simples ctxt , hole_loc = ct_loc }) = do { rel_binds <- relevant_bindings False lcl_env lcl_name_cache (tyCoVarsOfType hole_ty) - -- The 'False' means "don't filter the bindings"; see Trac #8191 + -- The 'False' means "don't filter the bindings"; see #8191 ; show_hole_constraints <- goptM Opt_ShowHoleConstraints ; let relevant_cts |