]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/nTacStatus.ml
Fixing naming scheme for composite coercions.
[helm.git] / helm / software / components / ng_tactics / nTacStatus.ml
index 280634d3083f3cabe6ac4782616672f94c91e373..1aaeb50f6367ea58863034b8d12af18981203101 100644 (file)
@@ -424,6 +424,11 @@ let apply_subst status ctx t =
   status, (ctx, NCicUntrusted.apply_subst subst ctx t)
 ;;
 
+let apply_subst_context status ~fix_projections ctx =
+ let _,_,_,subst,_ = status#obj in
+  NCicUntrusted.apply_subst_context ~fix_projections subst ctx
+;;
+
 let metas_of_term status (context,t) =
  let _,_,_,subst,_ = status#obj in
  NCicUntrusted.metas_of_term subst context t