]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/matex/options.mli
- plain anticipation for CIC proofs terms
[helm.git] / matita / components / binaries / matex / options.mli
index 3cd2afa748e3586ba6d654c18485a0371408fcc9..2c0e9b9b6be15bd70da4f7de919ac9715e687bcb 100644 (file)
@@ -9,8 +9,16 @@
      \ /   This software is distributed as is, NO WARRANTY.     
       V_______________________________________________________________ *)
 
+val status: NCicPp.status
+
 val no_init: bool ref
 
 val out_dir: string ref
 
+val proc_id: string ref
+
+val test: bool ref 
+
+val no_types: bool ref 
+
 val clear: unit -> unit