diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-16 15:29:39 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-16 15:29:39 -0400 |
commit | 55d10dd587a94d356096c2dfc39306c14b55c7bf (patch) | |
tree | fa0fcff27c8418c9e6beccbce3c846678e71f07e /src/mono_print.sml | |
parent | 6d021ead0f73c5a28080b50a1bd08b1ab72590c9 (diff) |
Effectness analysis
Diffstat (limited to 'src/mono_print.sml')
-rw-r--r-- | src/mono_print.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_print.sml b/src/mono_print.sml index 7ad8dada..9e819e5f 100644 --- a/src/mono_print.sml +++ b/src/mono_print.sml @@ -387,7 +387,7 @@ fun p_decl env (dAll as (d, _) : decl) = | DExport (ek, s, n, ts, t) => box [string "export", space, - CorePrint.p_export_kind ek, + Export.p_export_kind ek, space, p_enamed env n, space, |