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