diff options
| author | filliatr | 2001-12-13 09:03:13 +0000 |
|---|---|---|
| committer | filliatr | 2001-12-13 09:03:13 +0000 |
| commit | 78d1c75322684eaa7e0ef753ee56d9c6140ec830 (patch) | |
| tree | 3ec7474493dc988732fdc9fe9d637b8de8279798 /contrib/romega/refl_omega.ml | |
| parent | f813d54ada801c2162491267c3b236ad181ee5a3 (diff) | |
compat ocaml 3.03
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2291 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/romega/refl_omega.ml')
| -rw-r--r-- | contrib/romega/refl_omega.ml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/romega/refl_omega.ml b/contrib/romega/refl_omega.ml index 791a2fafa0..0ec6926336 100644 --- a/contrib/romega/refl_omega.ml +++ b/contrib/romega/refl_omega.ml @@ -513,7 +513,7 @@ let replay_history env_hyp = in loop env_hyp let show_goal gl = - if !debug then Pp.pPNL (Tacmach.pr_gls gl); Tacticals.tclIDTAC gl + if !debug then Pp.ppnl (Tacmach.pr_gls gl); Tacticals.tclIDTAC gl (* Cette fonction prépare le rejeu puis l'appelle : \begin{itemize} @@ -569,9 +569,9 @@ let prepare_and_play env tac_hyps trace_solution = mkApp(Lazy.force coq_interp_sequent, [| env_reified; l_reified_terms |]) in let reified_trace_solution = replay_history l_e trace_solution in if !debug then begin - Pp.pPNL [< Printer.prterm reified>]; - Pp.pPNL [< Printer.prterm l_reified_tac_norms>]; - Pp.pPNL [< Printer.prterm reified_trace_solution>]; + Pp.ppnl (Printer.prterm reified); + Pp.ppnl (Printer.prterm l_reified_tac_norms); + Pp.ppnl (Printer.prterm reified_trace_solution); end; Tactics.generalize l_generalized >> Tactics.change_in_concl reified >> |
