diff src/source_print.sig @ 1270:9fd0cb0ef6e1

Try harder to place wildified 'con' declarations properly
author Adam Chlipala <adamc@hcoop.net>
date Tue, 01 Jun 2010 12:50:53 -0400
parents 71bafe66dbe1
children d28adceef22a
line wrap: on
line diff
--- a/src/source_print.sig	Tue Jun 01 10:44:57 2010 -0400
+++ b/src/source_print.sig	Tue Jun 01 12:50:53 2010 -0400
@@ -34,5 +34,6 @@
     val p_exp : Source.exp Print.printer
     val p_decl : Source.decl Print.printer
     val p_sgn_item : Source.sgn_item Print.printer
+    val p_str : Source.str Print.printer
     val p_file : Source.file Print.printer
 end