summaryrefslogtreecommitdiff
path: root/contrib/setoid_ring/NArithRing.v
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/setoid_ring/NArithRing.v')
-rw-r--r--contrib/setoid_ring/NArithRing.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/setoid_ring/NArithRing.v b/contrib/setoid_ring/NArithRing.v
index ae067a8a..0ba519fd 100644
--- a/contrib/setoid_ring/NArithRing.v
+++ b/contrib/setoid_ring/NArithRing.v
@@ -15,7 +15,7 @@ Set Implicit Arguments.
Ltac Ncst t :=
match isNcst t with
true => t
- | _ => NotConstant
+ | _ => constr:NotConstant
end.
Add Ring Nr : Nth (decidable Neq_bool_ok, constants [Ncst]).