]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_tactics/nTacStatus.ml
Add support for proving cases in a different order
[helm.git] / matita / components / ng_tactics / nTacStatus.ml
index f12b50d5ddc62c651ff8cca045320169776cc7b3..1001d980854605340166d0e8cb7055d5d876665e 100644 (file)
@@ -469,7 +469,7 @@ let analyse_indty status ty =
  let _,_,_,cl = List.nth tl i in
  let consno = List.length cl in
  let left, right = HExtlib.split_nth lno args in
- status, (ref, consno, left, right)
+ status, (ref, consno, left, right, cl)
 ;;
 
 let apply_subst status ctx t =