]> matita.cs.unibo.it Git - helm.git/blobdiff - components/content_pres/cicNotationLexer.ml
added timeout parameter to auto paramodulation.
[helm.git] / components / content_pres / cicNotationLexer.ml
index 67340d37a255662b1270a26ce757c18d82768de7..fb459a94e36bada765133844b82235626573770b 100644 (file)
@@ -125,7 +125,7 @@ let _ =
       ("<>", <:unicode<neq>>);  (":=", <:unicode<def>>);
     ]
 
-let regexp uri_step = [ 'a' - 'z' 'A' - 'Z' '0' - '9' '_' '-' ]+
+let regexp uri_step = [ 'a' - 'z' 'A' - 'Z' '0' - '9' '_' '-' ''' ]+
 
 let regexp uri =
   ("cic:/" | "theory:/")              (* schema *)