aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/indrec.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/indrec.mli')
-rw-r--r--pretyping/indrec.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/indrec.mli b/pretyping/indrec.mli
index f0f7747cb..b172935f5 100644
--- a/pretyping/indrec.mli
+++ b/pretyping/indrec.mli
@@ -22,7 +22,7 @@ open Evd
type recursion_scheme_error =
| NotAllowedCaseAnalysis of bool * sorts * inductive
| BadInduction of bool * identifier * sorts
- | NotMutualInScheme
+ | NotMutualInScheme of inductive * inductive
exception RecursionSchemeError of recursion_scheme_error