diff options
Diffstat (limited to 'compiler/hsSyn/HsExpr.hs-boot')
-rw-r--r-- | compiler/hsSyn/HsExpr.hs-boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/hsSyn/HsExpr.hs-boot b/compiler/hsSyn/HsExpr.hs-boot index 49ae108546..109e9814e5 100644 --- a/compiler/hsSyn/HsExpr.hs-boot +++ b/compiler/hsSyn/HsExpr.hs-boot @@ -17,8 +17,8 @@ import HsExtension ( OutputableBndrId, GhcPass ) type role HsExpr nominal type role HsCmd nominal -type role MatchGroup nominal representational -type role GRHSs nominal representational +type role MatchGroup nominal nominal +type role GRHSs nominal nominal type role HsSplice nominal type role SyntaxExpr nominal data HsExpr (i :: *) |