comparison 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
comparison
equal deleted inserted replaced
1794:4671afac15af 1795:d28adceef22a
31 val p_kind : Source.kind Print.printer 31 val p_kind : Source.kind Print.printer
32 val p_explicitness : Source.explicitness Print.printer 32 val p_explicitness : Source.explicitness Print.printer
33 val p_con : Source.con Print.printer 33 val p_con : Source.con Print.printer
34 val p_exp : Source.exp Print.printer 34 val p_exp : Source.exp Print.printer
35 val p_decl : Source.decl Print.printer 35 val p_decl : Source.decl Print.printer
36 val p_edecl : Source.edecl Print.printer
36 val p_sgn_item : Source.sgn_item Print.printer 37 val p_sgn_item : Source.sgn_item Print.printer
37 val p_str : Source.str Print.printer 38 val p_str : Source.str Print.printer
38 val p_file : Source.file Print.printer 39 val p_file : Source.file Print.printer
39 end 40 end