aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/PrintModule.out
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/PrintModule.out')
-rw-r--r--test-suite/output/PrintModule.out9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/output/PrintModule.out b/test-suite/output/PrintModule.out
new file mode 100644
index 0000000000..1a9bc068c5
--- /dev/null
+++ b/test-suite/output/PrintModule.out
@@ -0,0 +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