summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcRnTypes.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcRnTypes.lhs')
-rw-r--r--compiler/typecheck/TcRnTypes.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcRnTypes.lhs b/compiler/typecheck/TcRnTypes.lhs
index 57b2ec2692..3e0c053fd2 100644
--- a/compiler/typecheck/TcRnTypes.lhs
+++ b/compiler/typecheck/TcRnTypes.lhs
@@ -2006,7 +2006,7 @@ unsafeTcPluginTcM :: TcM a -> TcPluginM a
unsafeTcPluginTcM = TcPluginM
data TcPlugin = forall s. TcPlugin
- { tcPluginInit :: [String] -> TcPluginM s
+ { tcPluginInit :: TcPluginM s
-- ^ Initialize plugin, when entering type-checker.
, tcPluginSolve :: s -> TcPluginSolver