diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-12-26 20:07:21 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-12-26 20:07:21 +0000 |
commit | 52f4136ecf452162adb55c8de031b73c97dcdbac (patch) | |
tree | 8ac0a4c3584025a44067c6a96c6ce9d92ca93e78 /contrib/subtac | |
parent | 099fb1b4c5084bb899e4910e42c971cdfa81e1aa (diff) |
Renommage des Pp*new en Pp* (et déplacement dans parsing); renommage des G_*new en G_*.ml + autres petites modifications liées à suppression du traducteur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7740 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/subtac')
-rw-r--r-- | contrib/subtac/infer.ml | 2 | ||||
-rw-r--r-- | contrib/subtac/rewrite.ml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/subtac/infer.ml b/contrib/subtac/infer.ml index 876dc68bb..987fbedda 100644 --- a/contrib/subtac/infer.ml +++ b/contrib/subtac/infer.ml @@ -6,7 +6,7 @@ open Util open Sast open Scoq open Pp -open Ppconstrnew +open Ppconstr let ($) f g = fun x -> f (g x) diff --git a/contrib/subtac/rewrite.ml b/contrib/subtac/rewrite.ml index ce0f15ec2..b228be2a7 100644 --- a/contrib/subtac/rewrite.ml +++ b/contrib/subtac/rewrite.ml @@ -7,7 +7,7 @@ open Term open Names open Scoq open Pp -open Ppconstrnew +open Ppconstr open Util type recursion_info = { |