aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-24 16:48:47 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-24 16:48:47 -0400
commitf9f2ae472f9c0ef861df8d087529b26b734bf191 (patch)
treec3685cb2585037a804b6a8ab92d71c257d18418c /tests
parent7e8a4397825d3ee1addd7326104759294deff832 (diff)
Datatype import signature-matches abstract datatype
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 22604d9f..b5f62166 100644
--- a/tests/datatypeMod.lac
+++ b/tests/datatypeMod.lac
@@ -16,3 +16,5 @@ structure M4 : sig datatype t = datatype M.t end = M
val b : M3.t = M4.B
structure Ma : sig type t end = M
+
+structure Magain : sig datatype t = A | B end = M