aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/setoid_ring/RealField.v2
-rw-r--r--contrib/setoid_ring/newring.ml42
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/setoid_ring/RealField.v b/contrib/setoid_ring/RealField.v
index 975cd2a2fb..60641bcf95 100644
--- a/contrib/setoid_ring/RealField.v
+++ b/contrib/setoid_ring/RealField.v
@@ -127,7 +127,7 @@ Ltac Rpow_tac t :=
end.
Add Field RField : Rfield
- (infinite Zeq_bool_complete, power_tac R_power_theory [Rpow_tac]).
+ (completeness Zeq_bool_complete, power_tac R_power_theory [Rpow_tac]).
diff --git a/contrib/setoid_ring/newring.ml4 b/contrib/setoid_ring/newring.ml4
index ff910487c5..20e172c71a 100644
--- a/contrib/setoid_ring/newring.ml4
+++ b/contrib/setoid_ring/newring.ml4
@@ -1025,7 +1025,7 @@ type field_mod =
VERNAC ARGUMENT EXTEND field_mod
| [ ring_mod(m) ] -> [ Ring_mod m ]
- | [ "infinite" constr(inj) ] -> [ Inject inj ]
+ | [ "completeness" constr(inj) ] -> [ Inject inj ]
END
let process_field_mods l =