]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nTacStatus.ml
Some quick patch to fix elimination that used to look for
[helm.git] / helm / software / components / ng_tactics / nTacStatus.ml
index 52a45bbd49dd83a2267997f0b9532cf9313753d2..035e65ac7b83089cd086b803045c8b24f165ed51 100644 (file)
@@ -152,6 +152,14 @@ let unify status ctx a b =
 ;;
 let unify a b c d = wrap (unify a b c) d;;
 
+let fix_sorts (name,ctx,t) =
+ let f () =
+  let t = NCicUnification.fix_sorts t in
+   name,ctx,t
+ in
+  wrap f ()
+;;
+
 let refine status ctx term expty =
   let status, (nt,_,term) = relocate status ctx term in
   let status, ne, expty =