diff src/source_print.sig @ 1795:d28adceef22a

Allow type class instances with hypotheses via local ('let') definitions
author Adam Chlipala <adam@chlipala.net>
date Wed, 25 Jul 2012 14:04:59 -0400
parents 9fd0cb0ef6e1
children
line wrap: on
line diff
--- a/src/source_print.sig	Wed Jul 25 08:20:15 2012 -0400
+++ b/src/source_print.sig	Wed Jul 25 14:04:59 2012 -0400
@@ -33,6 +33,7 @@
     val p_con : Source.con Print.printer
     val p_exp : Source.exp Print.printer
     val p_decl : Source.decl Print.printer
+    val p_edecl : Source.edecl 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