]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/freshNamesGenerator.mli
- changed license to lgpl
[helm.git] / helm / ocaml / cic_unification / freshNamesGenerator.mli
index 02acf9b03f130e28026875538a9574f7574e2875..036ba07a94a6c2fdea4526577741faafd73b6305 100644 (file)
@@ -28,7 +28,8 @@
 (* and that resembles [name] as much as possible.      *)
 (* [typ] will be the type of the variable              *)
 val mk_fresh_name :
- Cic.metasenv -> Cic.context -> Cic.name -> typ:Cic.term -> Cic.name
+  subst:Cic.substitution ->
+  Cic.metasenv -> Cic.context -> Cic.name -> typ:Cic.term -> Cic.name
 
 (* clean_dummy_dependent_types term                               *)
 (* returns a copy of [term] where every dummy dependent product *)