diff options
Diffstat (limited to 'compiler/GHC/Tc/TyCl.hs')
-rw-r--r-- | compiler/GHC/Tc/TyCl.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/TyCl.hs b/compiler/GHC/Tc/TyCl.hs index 00cfe6d02b..67697eb55e 100644 --- a/compiler/GHC/Tc/TyCl.hs +++ b/compiler/GHC/Tc/TyCl.hs @@ -4566,7 +4566,7 @@ checkNewDataCon con ok_mult _ = False --- | Reject nullary data constructors where a type variables +-- | Reject nullary data constructors where a type variable -- would escape through the result kind -- See Note [Check for escaping result kind] checkEscapingKind :: DataCon -> TcM () |