diff src/source_print.sml @ 82:b4f2a258e52c

Initial disjointness prover
author Adam Chlipala <adamc@hcoop.net>
date Tue, 01 Jul 2008 10:55:38 -0400
parents 6431b315a1e3
children e86370850c30
line wrap: on
line diff
--- a/src/source_print.sml	Tue Jul 01 09:29:49 2008 -0400
+++ b/src/source_print.sml	Tue Jul 01 10:55:38 2008 -0400
@@ -44,6 +44,7 @@
                                              p_kind k2])
       | KName => string "Name"
       | KRecord k => box [string "{", p_kind k, string "}"]
+      | KUnit => string "Unit"
       | KWild => string "_"
 
 and p_kind k = p_kind' false k
@@ -127,6 +128,9 @@
                                               space,
                                               p_con c2])
       | CFold => string "fold"
+
+      | CUnit => string "()"
+
       | CWild k => box [string "(_",
                         space,
                         string "::",