aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cjr_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/cjr_print.sml')
-rw-r--r--src/cjr_print.sml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cjr_print.sml b/src/cjr_print.sml
index d24cbfa4..07e3931f 100644
--- a/src/cjr_print.sml
+++ b/src/cjr_print.sml
@@ -456,9 +456,9 @@ fun isBlob Blob = true
| isBlob (Nullable t) = isBlob t
| isBlob _ = false
-fun isFiles (t : typ) =
+fun isFile (t : typ) =
case #1 t of
- TFfi ("Basis", "files") => true
+ TFfi ("Basis", "file") => true
| _ => false
fun p_sql_type' t =
@@ -2423,7 +2423,7 @@ fun p_file env (ds, ps) =
(TFfi ("Basis", "bool"), _) => "optional_"
| _ => ""
in
- if isFiles t then
+ if isFile t then
box [string "uw_input_",
p_ident x,
space,