small comment
This commit is contained in:
parent
ccd86519ff
commit
f6c083ac43
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user