From 7efe4135f3ba04531fb2871937b9a2cff70100df Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Fri, 18 Jan 2019 11:36:12 -0500 Subject: Remove TODO in HsExpr It is correct to be `GhcTc` as the data type is for expressions which are inside splices so they can be delayed until desugaring. --- compiler/hsSyn/HsExpr.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/hsSyn/HsExpr.hs b/compiler/hsSyn/HsExpr.hs index 41bbdb2a62..bae29b0dfb 100644 --- a/compiler/hsSyn/HsExpr.hs +++ b/compiler/hsSyn/HsExpr.hs @@ -2486,7 +2486,6 @@ data UntypedSpliceFlavour -- | Pending Type-checker Splice data PendingTcSplice - -- AZ:TODO: The hard-coded GhcTc feels wrong. = PendingTcSplice SplicePointName (LHsExpr GhcTc) {- -- cgit v1.2.1