comparison src/expl_print.sml @ 623:588b9d16b00a

Start of kind polymorphism, up to the point where demo/hello elaborates with updated Basis/Top
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Feb 2009 16:10:25 -0500
parents 8998114760c1
children 354800878b4d
comparison
equal deleted inserted replaced
622:d64533157f40 623:588b9d16b00a
349 box [p_exp' true env e, 349 box [p_exp' true env e,
350 space, 350 space,
351 string "---", 351 string "---",
352 space, 352 space,
353 p_con' true env c]) 353 p_con' true env c])
354 | EFold _ => string "fold"
355 354
356 | EWrite e => box [string "write(", 355 | EWrite e => box [string "write(",
357 p_exp env e, 356 p_exp env e,
358 string ")"] 357 string ")"]
359 358