Mercurial > urweb
diff src/source_print.sml @ 203:dd82457fda82
Parsing and elaborating 'table'
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 14 Aug 2008 13:20:29 -0400 |
parents | aa54250f58ac |
children | cc68da3801bc |
line wrap: on
line diff
--- a/src/source_print.sml Tue Aug 12 14:55:05 2008 -0400 +++ b/src/source_print.sml Thu Aug 14 13:20:29 2008 -0400 @@ -360,6 +360,13 @@ string "~", space, p_con c2] + | SgiTable (x, c) => box [string "table", + space, + string x, + space, + string ":", + space, + p_con c] and p_sgn (sgn, _) = case sgn of @@ -505,6 +512,13 @@ | DExport str => box [string "export", space, p_str str] + | DTable (x, c) => box [string "table", + space, + string x, + space, + string ":", + space, + p_con c] and p_str (str, _) = case str of