aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/InitSyntax.out8
diff options
context:
space:
mode:
authorherbelin2005-12-21 23:50:17 +0000
committerherbelin2005-12-21 23:50:17 +0000
commit4d4f08acb5e5f56d38289e5629173bc1b8b5fd57 (patch)
treec160d442d54dbd15cbd0ab3500cdf94d0a6da74e /test-suite/output/InitSyntax.out8
parent960859c0c10e029f9768d0d70addeca8f6b6d784 (diff)
Abandon tests syntaxe v7; remplacement des .v par des fichiers en syntaxe v8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7693 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output/InitSyntax.out8')
-rw-r--r--test-suite/output/InitSyntax.out810
1 files changed, 0 insertions, 10 deletions
diff --git a/test-suite/output/InitSyntax.out8 b/test-suite/output/InitSyntax.out8
deleted file mode 100644
index 4ed72c5065..0000000000
--- a/test-suite/output/InitSyntax.out8
+++ /dev/null
@@ -1,10 +0,0 @@
-Inductive sig2 (A : Set) (P : A -> Prop) (Q : A -> Prop) : Set :=
- exist2 : forall x : A, P x -> Q x -> sig2 P Q
-For sig2: Argument A is implicit
-For exist2: Argument A is implicit
-For sig2: Argument scopes are [type_scope type_scope type_scope]
-For exist2: Argument scopes are [type_scope _ _ _ _ _]
-exists x : nat, x = x
- : Prop
-fun b : bool => if b then b else b
- : bool -> bool