X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnCicReduction.ml;h=2b1d4119b51b4ec6d7b9206d289a704d2d4bc383;hb=780525c2f318cfe782c3d41b70607ba9d72bcc80;hp=0393fbcdd7f5927d06cb44c0903f8d91f352ec3d;hpb=e898ca2563cc4dfbd328efc7aa3a4ff86feaec92;p=helm.git diff --git a/helm/software/components/ng_kernel/nCicReduction.ml b/helm/software/components/ng_kernel/nCicReduction.ml index 0393fbcdd..2b1d4119b 100644 --- a/helm/software/components/ng_kernel/nCicReduction.ml +++ b/helm/software/components/ng_kernel/nCicReduction.ml @@ -400,8 +400,11 @@ let from_stack = RS.from_stack let unwind = R.unwind let _ = - NCicUtils.set_head_beta_reduce (fun ~upto t -> head_beta_reduce ~upto t) + NCicUtils.set_head_beta_reduce (fun ~upto t -> head_beta_reduce ~upto t); + NCicPp.set_head_beta_reduce (fun ~upto t -> head_beta_reduce ~upto t); ;; + + (* vim:set foldmethod=marker: *)