X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FproofEngineReduction.ml;h=58aaa04386329ef8e0de0283fa449e84bc0612d2;hb=7d44fa19cb262a8180a9e48d210311bf0732dbb3;hp=9771b7d821d023e861144e34b71234739d9feb8f;hpb=e92ed86ef80add294c5b7fa84b1ea7d0d88c9bbd;p=helm.git diff --git a/helm/gTopLevel/proofEngineReduction.ml b/helm/gTopLevel/proofEngineReduction.ml index 9771b7d82..58aaa0438 100644 --- a/helm/gTopLevel/proofEngineReduction.ml +++ b/helm/gTopLevel/proofEngineReduction.ml @@ -246,10 +246,7 @@ let reduce = in if l = [] then t' else C.Appl (t'::l) in -function t -> let res = -prerr_endline ("<<<<<<<<<<<<<<<<" ^ CicPp.ppterm t) ; flush stderr ; reduceaux [] -t in prerr_endline ("++++++++++++++++++" ^ CicPp.ppterm res) ; flush stderr ; res ;; exception WrongShape;;