diff tests/datatypeMod.lac @ 159:1e382d10e832

Abstracting datatypes with signature ascription
author Adam Chlipala <adamc@hcoop.net>
date Thu, 24 Jul 2008 16:41:12 -0400
parents b4b70de488e9
children 870e8abbe3b9
line wrap: on
line diff
--- a/tests/datatypeMod.lac	Thu Jul 24 16:36:41 2008 -0400
+++ b/tests/datatypeMod.lac	Thu Jul 24 16:41:12 2008 -0400
@@ -14,3 +14,5 @@
 structure M4 : sig datatype t = datatype M.t end = M
 
 val b : M3.t = M4.B
+
+structure Ma : sig type t end = M