]> matita.cs.unibo.it Git - helm.git/blobdiff - components/cic_unification/cicMetaSubst.ml
removed unif_ty ref
[helm.git] / components / cic_unification / cicMetaSubst.ml
index 53efcf96edfad1adeb23704626206dbcaaa9feab..3536623287f02712a2bb21655ad02137e69b1398 100644 (file)
@@ -253,6 +253,11 @@ let apply_subst =
     apply_subst_gen ~appl_fun s t
 ;;
 
+let profiler = HExtlib.profile "U/CicMetaSubst.apply_subst"
+let apply_subst s t = 
+  profiler.HExtlib.profile (apply_subst s) t
+
+
 let rec apply_subst_context subst context =
 (*
   incr apply_subst_context_counter;