summaryrefslogtreecommitdiff
path: root/test-suite/success/NatRing.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/NatRing.v')
-rw-r--r--test-suite/success/NatRing.v10
1 files changed, 10 insertions, 0 deletions
diff --git a/test-suite/success/NatRing.v b/test-suite/success/NatRing.v
new file mode 100644
index 00000000..6a1eeccc
--- /dev/null
+++ b/test-suite/success/NatRing.v
@@ -0,0 +1,10 @@
+Require ArithRing.
+
+Lemma l1 : (S (S O))=(plus (S O) (S O)).
+NatRing.
+Qed.
+
+Lemma l2 : (x:nat)(S (S x))=(plus (S O) (S x)).
+Intro.
+NatRing.
+Qed. \ No newline at end of file