From b4a396e2e22e74bd8e59149c0f464c695bf16c8a Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 30 Jan 2003 14:04:38 +0000 Subject: Pb de parenthèse dans "Check (S (plus O O))" git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3632 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/output/Arith.out | 4 ++++ test-suite/output/Arith.v | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 test-suite/output/Arith.out create mode 100644 test-suite/output/Arith.v (limited to 'test-suite') diff --git a/test-suite/output/Arith.out b/test-suite/output/Arith.out new file mode 100644 index 0000000000..210dd6ad31 --- /dev/null +++ b/test-suite/output/Arith.out @@ -0,0 +1,4 @@ +[n:nat](S (S n)) + : nat->nat +[n:nat](S (plus n n)) + : nat->nat diff --git a/test-suite/output/Arith.v b/test-suite/output/Arith.v new file mode 100644 index 0000000000..39989dfc36 --- /dev/null +++ b/test-suite/output/Arith.v @@ -0,0 +1,2 @@ +Check [n](S (S n)). +Check [n](S (plus n n)). -- cgit v1.2.3