]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/common/output.mli
xhtml simplified
[helm.git] / helm / software / helena / src / common / output.mli
index c2c0c32212b878e9706bbda420bd73716dfc7ae2..615b1d1771c9bd665deaba105711fc60e2f8123f 100644 (file)
@@ -9,6 +9,8 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+IFDEF SUMMARY THEN
+
 val clear_reductions: unit -> unit
 
 val add: 
@@ -17,3 +19,5 @@ val add:
    unit -> unit
 
 val print_reductions: unit -> unit
+
+END