diff options
| -rw-r--r-- | contrib/funind/indfun.ml | 2 | ||||
| -rw-r--r-- | doc/refman/RefMan-ext.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/funind/indfun.ml b/contrib/funind/indfun.ml index 82bb286953..6e2af2247b 100644 --- a/contrib/funind/indfun.ml +++ b/contrib/funind/indfun.ml @@ -266,7 +266,7 @@ let derive_inversion fix_names = ) with e -> msg_warning - (str "Cannot built inversion information" ++ + (str "Cannot build functional inversion principle" ++ if do_observe () then Cerrors.explain_exn e else mt ()) with _ -> () diff --git a/doc/refman/RefMan-ext.tex b/doc/refman/RefMan-ext.tex index e05183ce91..8fdb8d8df7 100644 --- a/doc/refman/RefMan-ext.tex +++ b/doc/refman/RefMan-ext.tex @@ -645,7 +645,7 @@ each branch. For now dependent cases are not treated. but the induction principle could not be built. Only the ident is defined. Please report. -\item \errindex{Cannot built inversion information} (warning) +\item \errindex{Cannot build functional inversion principle} (warning) \texttt{functional inversion} will not be available for the function. |
