summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-24 16:41:12 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-24 16:41:12 -0400
commit7e8a4397825d3ee1addd7326104759294deff832 (patch)
tree3a7a55d48c0d4d3bb8a0620458700ff8304150ec /tests
parent501cdf5bfe6d9348de1cab3e525de665c05af731 (diff)
Abstracting datatypes with signature ascription
Diffstat (limited to 'tests')
-rw-r--r--tests/datatypeMod.lac2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/datatypeMod.lac b/tests/datatypeMod.lac
index e6e321f4..22604d9f 100644
--- a/tests/datatypeMod.lac
+++ b/tests/datatypeMod.lac
@@ -14,3 +14,5 @@ structure M3 : sig datatype t = datatype M.t end = M2
structure M4 : sig datatype t = datatype M.t end = M
val b : M3.t = M4.B
+
+structure Ma : sig type t end = M