diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-06-01 12:50:53 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-06-01 12:50:53 -0400 |
commit | f97793ed2c5fc4b5cf4ddb2454db1ad4cfe09d7f (patch) | |
tree | bf3e181edc8cc4d0e0ea6fd1e36834604a381d2b /src/source_print.sig | |
parent | 3c8cef34259e14736ea0847e0e6aa51b40c01ac1 (diff) |
Try harder to place wildified 'con' declarations properly
Diffstat (limited to 'src/source_print.sig')
-rw-r--r-- | src/source_print.sig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/source_print.sig b/src/source_print.sig index be68cdd4..042e6a23 100644 --- a/src/source_print.sig +++ b/src/source_print.sig @@ -34,5 +34,6 @@ signature SOURCE_PRINT = sig val p_exp : Source.exp Print.printer val p_decl : Source.decl 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 end |