summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Lint.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Lint.hs')
-rw-r--r--compiler/GHC/Core/Lint.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/GHC/Core/Lint.hs b/compiler/GHC/Core/Lint.hs
index b9ca990f3d..6390d83b1e 100644
--- a/compiler/GHC/Core/Lint.hs
+++ b/compiler/GHC/Core/Lint.hs
@@ -1119,9 +1119,9 @@ checkCanEtaExpand (Var fun_id) args app_ty
check_args :: [Type] -> [Type]
check_args = go (nb_val_args + 1)
where
- go :: Int -- ^ index of the argument (starting from 1)
- -> [Type] -- ^ arguments
- -> [Type] -- ^ value argument types that could not be
+ go :: Int -- index of the argument (starting from 1)
+ -> [Type] -- arguments
+ -> [Type] -- value argument types that could not be
-- determined to have a fixed runtime representation
go i _
| i > arity