From b57aab64873d55df8069cf520a6901bb2ce3d929 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 2 May 2009 11:27:26 -0400 Subject: Successfully influenced effectful-ness status of FFI func --- src/cjr_print.sml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/cjr_print.sml') diff --git a/src/cjr_print.sml b/src/cjr_print.sml index e1d6d88b..b40d4248 100644 --- a/src/cjr_print.sml +++ b/src/cjr_print.sml @@ -1396,6 +1396,12 @@ fun p_exp' par env (e, loc) = | EApp ((EReturnBlob {blob, mimeType, t = (TFun (_, ran), _)}, loc), _) => p_exp env (EReturnBlob {blob = blob, mimeType = mimeType, t = ran}, loc) + | EFfiApp (m, x, []) => box [string "uw_", + p_ident m, + string "_", + p_ident x, + string "(ctx)"] + | EFfiApp (m, x, es) => box [string "uw_", p_ident m, string "_", -- cgit v1.2.3