aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/field/field.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/field/field.ml4 b/contrib/field/field.ml4
index 97360dab2f..c1ba413f05 100644
--- a/contrib/field/field.ml4
+++ b/contrib/field/field.ml4
@@ -147,7 +147,7 @@ let field g =
<:tactic<
Match Context With
| [|- (eq ?1 ?2 ?3)] -> Field_Gen FT
- | _ -> Fail "Field: not an equality">>) g
+ | _ -> Fail 1 "Field: not an equality">>) g
(* Verifies that all the terms have the same type and gives the right theory *)
let guess_theory env evc = function