Mercurial > urweb
comparison src/mono_print.sml @ 2255:8428c534913a
Use new refactored urlification in Sqlcache.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 21 Sep 2015 16:45:59 -0400 |
parents | e843a04499d4 |
children |
comparison
equal
deleted
inserted
replaced
2254:44ae2254f8fb | 2255:8428c534913a |
---|---|
308 p_enamed env n, | 308 p_enamed env n, |
309 p_list_sep (string "") (fn e => box [string ", ", | 309 p_list_sep (string "") (fn e => box [string ", ", |
310 p_exp env e]) es, | 310 p_exp env e]) es, |
311 string ")"] | 311 string ")"] |
312 | 312 |
313 | EQuery {exps, tables, state, query, body, initial, sqlcacheInfo} => | 313 | EQuery {exps, tables, state, query, body, initial} => |
314 box [string "query[", | 314 box [string "query[", |
315 p_list (fn (x, t) => box [string x, space, string ":", space, p_typ env t]) exps, | 315 p_list (fn (x, t) => box [string x, space, string ":", space, p_typ env t]) exps, |
316 string "] [", | 316 string "] [", |
317 p_list (fn (x, xts) => box [string x, | 317 p_list (fn (x, xts) => box [string x, |
318 space, | 318 space, |