]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/gTopLevel.ml
fresh_name_generator has now also the metasenv parameter.
[helm.git] / helm / gTopLevel / gTopLevel.ml
index 81f9acd666ed8be82a217d2cc6aa56f7ff4d3a3d..b62f4b6245dbc5b88b73df47bc8ab77633277f49 100644 (file)
@@ -556,9 +556,9 @@ let decompose_uris_choice_callback uris =
     ) 
 ;;
 
-let mk_fresh_name_callback context name ~typ =
+let mk_fresh_name_callback metasenv context name ~typ =
  let fresh_name =
-  match FreshNamesGenerator.mk_fresh_name context name ~typ with
+  match FreshNamesGenerator.mk_fresh_name metasenv context name ~typ with
      Cic.Name fresh_name -> fresh_name
    | Cic.Anonymous -> assert false
  in