comparison src/elab_print.sml @ 72:0ee10f4d73cf

Explify efold
author Adam Chlipala <adamc@hcoop.net>
date Thu, 26 Jun 2008 11:11:13 -0400
parents 6431b315a1e3
children 522f4bd3955e
comparison
equal deleted inserted replaced
71:6431b315a1e3 72:0ee10f4d73cf
247 string "]"] 247 string "]"]
248 else 248 else
249 box [p_exp' true env e, 249 box [p_exp' true env e,
250 string ".", 250 string ".",
251 p_con' true env c] 251 p_con' true env c]
252 | EFold _ => string "fold" 252 | EFold _ => string "fold"
253 253
254 | EError => string "<ERROR>" 254 | EError => string "<ERROR>"
255 255
256 and p_exp env = p_exp' false env 256 and p_exp env = p_exp' false env
257 257