diff src/expl_print.sig @ 1989:210fb3dfc483

Some more nested functor bug-fixing, including generating fresh internal names at applications; still need to debug issues with datatype constructors
author Adam Chlipala <adam@chlipala.net>
date Thu, 20 Feb 2014 10:27:15 -0500
parents 354800878b4d
children
line wrap: on
line diff
--- a/src/expl_print.sig	Tue Feb 18 07:07:01 2014 -0500
+++ b/src/expl_print.sig	Thu Feb 20 10:27:15 2014 -0500
@@ -31,6 +31,7 @@
     val p_exp : ExplEnv.env -> Expl.exp Print.printer
     val p_decl : ExplEnv.env -> Expl.decl Print.printer
     val p_sgn_item : ExplEnv.env -> Expl.sgn_item Print.printer
+    val p_str : ExplEnv.env -> Expl.str Print.printer
     val p_file : ExplEnv.env -> Expl.file Print.printer
 
     val debug : bool ref