diff options
author | Artyom Kuznetsov <hi@wzrd.ht> | 2021-08-13 06:42:09 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-09-28 01:51:48 -0400 |
commit | 0da019be1b613ff5ae33a45b3bb3dd6b389260d6 (patch) | |
tree | f3929e74196dda82d22a11d0262953a6dc02927f /testsuite | |
parent | 8127520ee20e0ba8f7c8bfc84818781b9af652ae (diff) | |
download | haskell-0da019be1b613ff5ae33a45b3bb3dd6b389260d6.tar.gz |
Remove NoGhcTc usage from HsMatchContext
NoGhcTc is removed from HsMatchContext. As a result of this,
HsMatchContext GhcTc is now a valid type that has Id in it,
instead of Name and tcMatchesFun now takes Id instead of Name.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/parser/should_compile/DumpTypecheckedAst.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_compile/DumpTypecheckedAst.stderr b/testsuite/tests/parser/should_compile/DumpTypecheckedAst.stderr index 31016f531b..addb3d0ff2 100644 --- a/testsuite/tests/parser/should_compile/DumpTypecheckedAst.stderr +++ b/testsuite/tests/parser/should_compile/DumpTypecheckedAst.stderr @@ -1563,7 +1563,7 @@ (FunRhs (L (SrcSpanAnn (EpAnnNotUsed) { DumpTypecheckedAst.hs:19:1-4 }) - {Name: main}) + {Var: main}) (Prefix) (NoSrcStrict)) [] |