diff options
Diffstat (limited to 'compiler/GHC/Tc/Gen/Pat.hs')
-rw-r--r-- | compiler/GHC/Tc/Gen/Pat.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Gen/Pat.hs b/compiler/GHC/Tc/Gen/Pat.hs index 121b4b2d94..6034d05720 100644 --- a/compiler/GHC/Tc/Gen/Pat.hs +++ b/compiler/GHC/Tc/Gen/Pat.hs @@ -325,7 +325,7 @@ tcMultiple tc_pat penv args thing_inside setErrCtxt err_ctxt $ loop penv args -- setErrCtxt: restore context before doing the next pattern - -- See note [Nesting] above + -- See Note [Nesting] above ; return (p':ps', res) } |