diff options
| author | coqbot-app[bot] | 2021-01-20 12:10:46 +0000 |
|---|---|---|
| committer | GitHub | 2021-01-20 12:10:46 +0000 |
| commit | 471fc4035adec0e96957aaddbd7fd3034539dc22 (patch) | |
| tree | f7bc0de59394bac0bf528d2cf8a40cd50262dbd9 /test-suite/output/Inductive.out | |
| parent | 071c50e9c2755e93766e5fb047b0a9065934e8fe (diff) | |
| parent | e881720a724ffa4e6201cc1d460c66ce373713d9 (diff) | |
Merge PR #13744: Make sure "Print Module" write a dot at the end of inductive definitions.
Reviewed-by: SkySkimmer
Diffstat (limited to 'test-suite/output/Inductive.out')
| -rw-r--r-- | test-suite/output/Inductive.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/Inductive.out b/test-suite/output/Inductive.out index 8e10107673..fc3b6fbd99 100644 --- a/test-suite/output/Inductive.out +++ b/test-suite/output/Inductive.out @@ -5,7 +5,7 @@ A : Set a : A l : list' A Unable to unify "list' (A * A)%type" with "list' A". -Inductive foo (A : Type) (x : A) (y : A := x) : Prop := Foo : foo A x +Inductive foo (A : Type) (x : A) (y : A := x) : Prop := Foo : foo A x. Arguments foo _%type_scope _ Arguments Foo _%type_scope _ |
