diff options
author | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
commit | 3ef7797ef6fc605dfafb32523261fe1b023aeecb (patch) | |
tree | ad89c6bb57ceee608fcba2bb3435b74e0f57919e /test-suite/success/Print.v | |
parent | 018ee3b0c2be79eb81b1f65c3f3fa142d24129c8 (diff) |
Imported Upstream version 8.0pl3+8.1alphaupstream/8.0pl3+8.1alpha
Diffstat (limited to 'test-suite/success/Print.v')
-rw-r--r-- | test-suite/success/Print.v | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/test-suite/success/Print.v b/test-suite/success/Print.v index 4554a843..c4726bf3 100644 --- a/test-suite/success/Print.v +++ b/test-suite/success/Print.v @@ -6,15 +6,14 @@ Print Graph. Print Coercions. Print Classes. Print nat. -Print Proof O. +Print Term O. Print All. -Print Grammar constr constr. +Print Grammar constr. Inspect 10. Section A. -Coercion f := [x]True : nat -> Prop. -Print Coercion Paths nat SORTCLASS. +Coercion f (x : nat) : Prop := True. +Print Coercion Paths nat Sortclass. Print Section A. -Print. |