]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_textual_parser/cicTextualParser0.ml
New experimental commit: metavariables representation is changed again,
[helm.git] / helm / ocaml / cic_textual_parser / cicTextualParser0.ml
index e89c00d22bff826ba72c507b2c01a9ef76f28187..7a338c249b0467a0cbc038d31d5b554d6dc285a9 100644 (file)
@@ -26,4 +26,4 @@
 exception Eof;;
 
 let current_uri = ref (UriManager.uri_of_string "cic:/dummy.con");;
-let binders = ref ([] : Cic.name list);;
+let binders = ref ([] : (Cic.name option) list);;