From ad00c1edb8f819c4489dbf1e2106108f92e7bf98 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 26 Dec 2010 17:29:03 -0500 Subject: queryString and effectfulUrl --- src/cjr_print.sml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cjr_print.sml') diff --git a/src/cjr_print.sml b/src/cjr_print.sml index 53060ab2..cb6c6d3c 100644 --- a/src/cjr_print.sml +++ b/src/cjr_print.sml @@ -66,6 +66,7 @@ fun isUnboxable (t : typ) = case #1 t of TDatatype (Default, _, _) => true | TFfi ("Basis", "string") => true + | TFfi ("Basis", "queryString") => true | _ => false fun p_typ' par env (t, loc) = @@ -2696,6 +2697,7 @@ fun p_file env (ds, ps) = space, case #1 t of TFfi ("Basis", "postBody") => string "uw_getPostBody(ctx)" + | TOption (TFfi ("Basis", "queryString"), _) => string "uw_queryString(ctx)" | _ => unurlify false env t, string ";", newline]) ts), -- cgit v1.2.3