]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nTactics.mli
Indexing local context for paramod.
[helm.git] / helm / software / components / ng_tactics / nTactics.mli
index 25baae97a61815fcc4e7a58754dd82d3c329881a..efb4e843c99a2e91da86a04144f657c666370c55 100644 (file)
@@ -24,8 +24,14 @@ val skip_tac: 's NTacStatus.tactic
 val try_tac: 's NTacStatus.tactic -> 's NTacStatus.tactic
 val repeat_tac: NTacStatus.tac_status NTacStatus.tactic -> 's NTacStatus.tactic
 
+val compare_statuses : past:#NTacStatus.lowtac_status -> present:#NTacStatus.lowtac_status -> int list * int list
+
 val distribute_tac:
  NTacStatus.lowtac_status NTacStatus.lowtactic -> 's NTacStatus.tactic
+val exec : ((int * Continuationals.Stack.switch) list * 'a list * 'b list *
+      [> `NoTag ])
+     list NTacStatus.status NTacStatus.tactic -> 
+  (#NTacStatus.lowtac_status as 's) -> Continuationals.goal -> 's
 val block_tac: 's NTacStatus.tactic list -> 's NTacStatus.tactic
 
 val apply_tac: NTacStatus.tactic_term -> 's NTacStatus.tactic
@@ -68,6 +74,7 @@ val atomic_tac :
       [> `NoTag ])
      list NTacStatus.status ->
      (< auto_cache : NCicLibrary.automation_cache;
+        eq_cache : NCicLibrary.unit_eq_cache;
         coerc_db : NCicCoercion.db; dump : NCicLibrary.obj list;
         lstatus : LexiconEngine.lexicon_status; obj : NCic.obj;
         set_coerc_db : NCicCoercion.db -> 'c;