Skip to content
Snippets Groups Projects
Commit 64e724c8 authored by Artin Ghasivand's avatar Artin Ghasivand Committed by Marge Bot
Browse files

Remove the "Derived Constraint" argument of TcPluginSolver, docs

parent 0e0f41c0
No related branches found
No related tags found
No related merge requests found
......@@ -594,7 +594,7 @@ is defined thus:
, tcPluginStop :: s -> TcPluginM ()
}
type TcPluginSolver = EvBindsVar -> [Ct] -> [Ct] -> [Ct] -> TcPluginM TcPluginSolveResult
type TcPluginSolver = EvBindsVar -> [Ct] -> [Ct] -> TcPluginM TcPluginSolveResult
type TcPluginRewriter = RewriteEnv -> [Ct] -> [Type] -> TcPluginM TcPluginRewriteResult
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment