]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_textual_parser/cicTextualParser0.ml
textual parser fixed
[helm.git] / helm / ocaml / cic_textual_parser / cicTextualParser0.ml
index 0a841473474275adee71d1b89f11a3f8b47eeaf5..fe4bf062346c95b9cf29eaeb692871f4fccab3fd 100644 (file)
@@ -28,3 +28,7 @@ exception Eof;;
 let current_uri = ref (UriManager.uri_of_string "cic:/dummy.con");;
 let binders = ref ([] : (Cic.name option) list);;
 let metasenv = ref ([] : Cic.metasenv);;
+let locate_object = ref ((fun _ -> None):string->Cic.term option);;
+
+let set_locate_object f =
+   locate_object := f