diff tests/datatypeMod.lac @ 160:870e8abbe3b9

Datatype import signature-matches abstract datatype
author Adam Chlipala <adamc@hcoop.net>
date Thu, 24 Jul 2008 16:48:47 -0400
parents 1e382d10e832
children 80192edca30d
line wrap: on
line diff
--- a/tests/datatypeMod.lac	Thu Jul 24 16:41:12 2008 -0400
+++ b/tests/datatypeMod.lac	Thu Jul 24 16:48:47 2008 -0400
@@ -16,3 +16,5 @@
 val b : M3.t = M4.B
 
 structure Ma : sig type t end = M
+
+structure Magain : sig datatype t = A | B end = M