]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaScript.ml
some cosmetic fixes
[helm.git] / helm / matita / matitaScript.ml
index f9855348a0d0ff9b6a4cc8224fd303aa527936e3..99b7018e42ac9d50ffa921513e6b2c97a1847496 100644 (file)
  *)
 
 open Printf
-
 open MatitaTypes
 
+let debug = true
+let debug_print = if  debug then prerr_endline else ignore
+
   (** raised when one of the script margins (top or bottom) is reached *)
 exception Margin