]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/proofEngineTypes.ml
fresh_name_generator has now also the metasenv parameter.
[helm.git] / helm / ocaml / tactics / proofEngineTypes.ml
index 178be54d441a6e16ef01b3d6ec876be3ff974da9..334c594da4b9d7d5564d5305825d463b83736e7d 100644 (file)
@@ -42,4 +42,4 @@ exception Fail of string
 
   (** constraint: the returned value will always be constructed by Cic.Name **)
 type mk_fresh_name_type =
- Cic.context -> Cic.name -> typ:Cic.term -> Cic.name
+ Cic.metasenv -> Cic.context -> Cic.name -> typ:Cic.term -> Cic.name