]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nnAuto.mli
made executable again
[helm.git] / helm / software / components / ng_tactics / nnAuto.mli
index 7a381cbdc3305b463503e67131ba557b1a913bfb..2376a773ad3ad7db387e74e98bbe6d8b19ce80c1 100644 (file)
@@ -13,11 +13,26 @@ val is_a_fact_obj:
   #NTacStatus.pstatus -> NUri.uri -> bool
 
 val fast_eq_check_tac:
-  params:(NTacStatus.tactic_term list * (string * string) list) -> 
+  params:(NTacStatus.tactic_term list option * (string * string) list) -> 
    's NTacStatus.tactic
 
+val paramod_tac:
+  params:(NTacStatus.tactic_term list option * (string * string) list) -> 
+   's NTacStatus.tactic
+
+val demod_tac:
+  params:(NTacStatus.tactic_term list option* (string * string) list) -> 
+   's NTacStatus.tactic
+
+val smart_apply_tac: 
+  NTacStatus.tactic_term -> 's NTacStatus.tactic
+
 val auto_tac:
-  params:(NTacStatus.tactic_term list * (string * string) list) -> 
+  params:(NTacStatus.tactic_term list option * (string * string) list) -> 
+   ?trace_ref:CicNotationPt.term list ref -> 
    's NTacStatus.tactic
 
-val debug : bool ref
+val keys_of_type: 
+  (#NTacStatus.pstatus as 'a) ->
+  NTacStatus.cic_term -> 'a * NTacStatus.cic_term list
+