From 1ae13b3fdd02593581b8ccd374ea4971d473e9dc Mon Sep 17 00:00:00 2001 From: Roy Frostig Date: Thu, 22 Jul 2010 12:45:58 -0700 Subject: Source FIXME annotations for issue #81 and a correction to STMT_bind fmt. --- src/boot/fe/ast.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/fe') diff --git a/src/boot/fe/ast.ml b/src/boot/fe/ast.ml index 76e6e306..390d944d 100644 --- a/src/boot/fe/ast.ml +++ b/src/boot/fe/ast.ml @@ -1013,7 +1013,7 @@ and fmt_stmt_body (ff:Format.formatter) (s:stmt) : unit = | STMT_bind (dst, fn, arg_opts) -> fmt_lval ff dst; - fmt ff " = "; + fmt ff " = bind "; fmt_lval ff fn; fmt_atom_opts ff arg_opts; fmt ff ";"; -- cgit v1.2.3