aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/PrintModule.out
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-10-11 21:54:34 +0200
committerEmilio Jesus Gallego Arias2018-10-11 21:54:34 +0200
commit798ec1e76e21582735632927271818153169ced7 (patch)
tree305bcbc37486d6d9a5038dc9a969542b98ebc89e /test-suite/output/PrintModule.out
parentca0f034f5b26132f540e0018db09046d8efc5be9 (diff)
parent8abdd1f3d29f8fb0c47588869086cf5531dbc733 (diff)
Merge PR #8594: Miscellaneous refinements and cleaning of module printing
Diffstat (limited to 'test-suite/output/PrintModule.out')
-rw-r--r--test-suite/output/PrintModule.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/output/PrintModule.out b/test-suite/output/PrintModule.out
index 751d5fcc48..1a9bc068c5 100644
--- a/test-suite/output/PrintModule.out
+++ b/test-suite/output/PrintModule.out
@@ -1,5 +1,9 @@
Module N : S with Definition T := nat := M
+Module N : S with Definition T := M
+
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