]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/proceduralOptimizer.mli
ProceduralTeX completed and tested on the terms given as examples in the paper about...
[helm.git] / helm / software / components / acic_procedural / proceduralOptimizer.mli
index 3e2eebf00a0573e06e15621ba64246448a2d69bd..522860df3ab2835e1e07ead9d73b0a7bb94752ef 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-val optimize_obj: Cic.obj -> Cic.obj
+val optimize_obj: Cic.obj -> Cic.obj * string
+
+val optimize_term: Cic.context -> Cic.term -> Cic.term * string
+
+val critical: bool ref
 
 val debug: bool ref