aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/PrintModule.out
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-01-20 12:10:46 +0000
committerGitHub2021-01-20 12:10:46 +0000
commit471fc4035adec0e96957aaddbd7fd3034539dc22 (patch)
treef7bc0de59394bac0bf528d2cf8a40cd50262dbd9 /test-suite/output/PrintModule.out
parent071c50e9c2755e93766e5fb047b0a9065934e8fe (diff)
parente881720a724ffa4e6201cc1d460c66ce373713d9 (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/PrintModule.out')
-rw-r--r--test-suite/output/PrintModule.out8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/output/PrintModule.out b/test-suite/output/PrintModule.out
index 1a9bc068c5..7c7600b786 100644
--- a/test-suite/output/PrintModule.out
+++ b/test-suite/output/PrintModule.out
@@ -7,3 +7,11 @@ Module N : S with Module T := K := M
Module N : S with Module T := M
Module Type Func = Funsig (T0:Test) Sig Parameter x : T0.t. End
+Module
+A
+:= Struct
+ Variant I : Set := C : nat -> I.
+ Record R : Set := Build_R { n : nat }.
+ Definition n : R -> nat.
+ End
+