From e881720a724ffa4e6201cc1d460c66ce373713d9 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Wed, 13 Jan 2021 18:29:11 +0100 Subject: Make sure "Print Module" write a dot at the end of inductive definitions. --- test-suite/output/InitSyntax.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite/output/InitSyntax.out') diff --git a/test-suite/output/InitSyntax.out b/test-suite/output/InitSyntax.out index 02e58775b5..fdd609f5b2 100644 --- a/test-suite/output/InitSyntax.out +++ b/test-suite/output/InitSyntax.out @@ -1,5 +1,5 @@ Inductive sig2 (A : Type) (P Q : A -> Prop) : Type := - exist2 : forall x : A, P x -> Q x -> {x : A | P x & Q x} + exist2 : forall x : A, P x -> Q x -> {x : A | P x & Q x}. Arguments sig2 [A]%type_scope (_ _)%type_scope Arguments exist2 [A]%type_scope (_ _)%function_scope _ _ _ -- cgit v1.2.3