comparison src/core_print.sml @ 910:8e540df3294d

grid1 compiles but gets stuck in JS
author Adam Chlipala <adamc@hcoop.net>
date Tue, 25 Aug 2009 13:57:56 -0400
parents ed06e25c70ef
children 2a50da66ffd8
comparison
equal deleted inserted replaced
909:1d3f60e74ec7 910:8e540df3294d
425 | ELet (x, t, e1, e2) => box [string "let", 425 | ELet (x, t, e1, e2) => box [string "let",
426 space, 426 space,
427 string x, 427 string x,
428 space, 428 space,
429 string ":", 429 string ":",
430 space,
430 p_con env t, 431 p_con env t,
431 space, 432 space,
432 string "=", 433 string "=",
433 space, 434 space,
434 p_exp env e1, 435 p_exp env e1,