]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_tactics/nTactics.mli
Add support for proving cases in a different order
[helm.git] / matita / components / ng_tactics / nTactics.mli
index 250b26991625442e6d2d46559541ac20d3c4c42a..6fb14f7b82b2e3c61c91e14ee99712a3473a8e7b 100644 (file)
@@ -76,7 +76,14 @@ val atomic_tac : NTacStatus.tac_status NTacStatus.tactic -> 's NTacStatus.tactic
  (*(NTacStatus.tac_status -> 'c #NTacStatus.status) ->
     (#NTacStatus.tac_status as 'f) -> 'f*)
 
-type indtyinfo 
+(* type indtyinfo  *)
+type indtyinfo = {
+        rightno: int;
+        leftno: int;
+        consno: int;
+        reference: NReference.reference;
+        cl: NCic.constructor list;
+ }
 
 val ref_of_indtyinfo : indtyinfo -> NReference.reference
 
@@ -93,3 +100,4 @@ val inversion_tac:
 
 val exact_tac: NTacStatus.tactic_term -> 's NTacStatus.tactic
 val first_tac: 's NTacStatus.tactic list -> 's NTacStatus.tactic
+val sort_of_goal_tac: NCic.term ref -> 's NTacStatus.tactic