Catch-all aliases working again
[hcoop/domtool2.git] / src / print.sig
index 8ac5294..da6dbc1 100644 (file)
@@ -14,7 +14,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-*)
+ *)
 
 (* Pretty-printing Domtool configuration file ASTs *)
 
@@ -28,4 +28,6 @@ val p_pred : Ast.pred -> PD.pp_desc
 val p_typ : Ast.typ -> PD.pp_desc
 val p_exp : Ast.exp -> PD.pp_desc
 
+val preface : string * PD.pp_desc -> unit
+
 end