Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
1269:9f4b9315810d | 1270:9fd0cb0ef6e1 |
---|---|
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_sgn_item : Source.sgn_item Print.printer | 36 val p_sgn_item : Source.sgn_item Print.printer |
37 val p_str : Source.str Print.printer | |
37 val p_file : Source.file Print.printer | 38 val p_file : Source.file Print.printer |
38 end | 39 end |