diff options
-rw-r--r-- | compiler/GHC/Iface/Ext/Ast.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Iface/Ext/Ast.hs b/compiler/GHC/Iface/Ext/Ast.hs index d27ba64085..8d699f25ac 100644 --- a/compiler/GHC/Iface/Ext/Ast.hs +++ b/compiler/GHC/Iface/Ext/Ast.hs @@ -779,7 +779,7 @@ instance HiePass p => HasType (LocatedA (HsExpr (GhcPass p))) where HsRecFld{} -> False HsOverLabel{} -> False HsIPVar{} -> False - XExpr (WrapExpr {}) -> False + XExpr (ExpansionExpr {}) -> False _ -> True data HiePassEv p where |