]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nnAuto.mli
Experimental support for Russell (coercions moving inside lambda & pattern
[helm.git] / helm / software / components / ng_tactics / nnAuto.mli
index bc71db5c6d5cfa4e3d573b455838128736c7d5db..2376a773ad3ad7db387e74e98bbe6d8b19ce80c1 100644 (file)
@@ -29,5 +29,10 @@ val smart_apply_tac:
 
 val auto_tac:
   params:(NTacStatus.tactic_term list option * (string * string) list) -> 
+   ?trace_ref:CicNotationPt.term list ref -> 
    's NTacStatus.tactic
 
+val keys_of_type: 
+  (#NTacStatus.pstatus as 'a) ->
+  NTacStatus.cic_term -> 'a * NTacStatus.cic_term list
+