diff options
| author | herbelin | 2004-12-09 13:47:03 +0000 |
|---|---|---|
| committer | herbelin | 2004-12-09 13:47:03 +0000 |
| commit | 7d78cf9acda678659064a12af5cdd31430b7fc3c (patch) | |
| tree | e67788aace7df595af2e602d6b668cf715f5a0a7 /test-suite/output/InitSyntax.v8 | |
| parent | 47ed51985ad5ab4bb77092beebdc5fe30d3d453b (diff) | |
Ajout d'une version nouvelle syntaxe
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6451 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output/InitSyntax.v8')
| -rw-r--r-- | test-suite/output/InitSyntax.v8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/output/InitSyntax.v8 b/test-suite/output/InitSyntax.v8 new file mode 100644 index 0000000000..66a01e145f --- /dev/null +++ b/test-suite/output/InitSyntax.v8 @@ -0,0 +1,4 @@ +(* Soumis par Pierre *) +Print sig2. +Check (exists x : nat, x = x). +Check (fun b : bool => if b then b else b).
\ No newline at end of file |
