summaryrefslogtreecommitdiff
path: root/src/mono_shake.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_shake.sml')
-rw-r--r--src/mono_shake.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_shake.sml b/src/mono_shake.sml
index e694c0dd..498a1ac6 100644
--- a/src/mono_shake.sml
+++ b/src/mono_shake.sml
@@ -58,7 +58,7 @@ fun shake file =
fun typ (c, s) =
case c of
- TDatatype (n, _) =>
+ TDatatype (_, n, _) =>
if IS.member (#con s, n) then
s
else