X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FrefinementTool.ml;h=e9dae40d945cd62413c08a257530c568d621944f;hb=200fa06c06f05c3bcebb8055a3c7a25006e90100;hp=70af8740b2294b498ddcc9c9e0b524f98023d0ec;hpb=185bfc8f9c9ba49308477ee6769701f3e2977115;p=helm.git diff --git a/helm/software/components/library/refinementTool.ml b/helm/software/components/library/refinementTool.ml index 70af8740b..e9dae40d9 100644 --- a/helm/software/components/library/refinementTool.ml +++ b/helm/software/components/library/refinementTool.ml @@ -35,7 +35,7 @@ type kit = { type_of_rc; pack_coercion_obj: Cic.obj -> Cic.obj; apply_subst: Cic.substitution -> Cic.term -> Cic.term ; - ppsubst: Cic.substitution -> string; + ppsubst: metasenv:Cic.metasenv -> Cic.substitution -> string; ppmetasenv: Cic.substitution -> Cic.metasenv -> string; }