We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dataConInstOrigArgTys
1 parent d8d7f4c commit 7fd17e6Copy full SHA for 7fd17e6
plugins/tactics/src/Ide/Plugin/Tactic/CodeGen.hs
@@ -85,7 +85,7 @@ buildDataCon
85
-> [Type] -- ^ Type arguments for the data con
86
-> RuleM (LHsExpr GhcPs)
87
buildDataCon jdg dc apps = do
88
- let args = dataConInstArgTys dc apps
+ let args = dataConInstOrigArgTys dc apps
89
sgs <- traverse (newSubgoal . flip withNewGoal jdg . CType) args
90
pure
91
. noLoc
0 commit comments