diff src/mono_shake.sml @ 188:8e9f97508f0d

Datatype representation optimization
author Adam Chlipala <adamc@hcoop.net>
date Sun, 03 Aug 2008 19:49:21 -0400
parents eb3f9913bf31
children 890a61991263
line wrap: on
line diff
--- a/src/mono_shake.sml	Sun Aug 03 19:01:16 2008 -0400
+++ b/src/mono_shake.sml	Sun Aug 03 19:49:21 2008 -0400
@@ -58,7 +58,7 @@
 
         fun typ (c, s) =
             case c of
-                TDatatype (n, _) =>
+                TDatatype (_, n, _) =>
                 if IS.member (#con s, n) then
                     s
                 else