diff src/expl_print.sig @ 624:354800878b4d

Kind polymorphism through Explify
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Feb 2009 16:32:56 -0500
parents d16ef24de78b
children 210fb3dfc483
line wrap: on
line diff
--- a/src/expl_print.sig	Sun Feb 22 16:10:25 2009 -0500
+++ b/src/expl_print.sig	Sun Feb 22 16:32:56 2009 -0500
@@ -26,7 +26,7 @@
  *)
 
 signature EXPL_PRINT = sig
-    val p_kind : Expl.kind Print.printer
+    val p_kind : ExplEnv.env -> Expl.kind Print.printer
     val p_con : ExplEnv.env -> Expl.con Print.printer
     val p_exp : ExplEnv.env -> Expl.exp Print.printer
     val p_decl : ExplEnv.env -> Expl.decl Print.printer