small comment

This commit is contained in:
simon petit 2025-05-05 15:35:35 +00:00
parent ccd86519ff
commit f6c083ac43

View File

@ -80,6 +80,8 @@ and sign =
| Times
| Divide
(* pp = pretty print *)
let rec pp_query fmt ast =
match ast with
| Select(cols, table_exp) -> Format.fprintf fmt "%s" (String.cat "SELECT " (pp_columns cols) ^ pp_table_expression table_exp)