aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mono_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_print.sml')
-rw-r--r--src/mono_print.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_print.sml b/src/mono_print.sml
index fc19d8b5..afa86c18 100644
--- a/src/mono_print.sml
+++ b/src/mono_print.sml
@@ -53,7 +53,7 @@ fun p_typ' par env (t, _) =
space,
p_typ env t]) xcs,
string "}"]
- | TDatatype (_, n, _) =>
+ | TDatatype (n, _) =>
((if !debug then
string (#1 (E.lookupDatatype env n) ^ "__" ^ Int.toString n)
else