]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/auto.mli
case tactic first tries with a simple outtype and then with a more sofisticated one
[helm.git] / helm / software / components / tactics / auto.mli
index 31a801b1da1f4ab37fb7166639a3213a803fd472..a45083f390da6b1521606bfb424149f286b3f428 100644 (file)
@@ -44,6 +44,11 @@ val demodulate_tac :
   universe:Universe.universe ->
   ProofEngineTypes.tactic
 
+val demodulate_theorem : 
+  universe:Universe.universe -> 
+  UriManager.uri -> 
+  Cic.term * Cic.term
+
 val solve_rewrite_tac:
   params:auto_params ->
   universe:Universe.universe ->