diff options
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. |