]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/cicNotationParser.ml
Huge commit with several changes:
[helm.git] / helm / software / components / content_pres / cicNotationParser.ml
index bb3d29f069d336544546c1a22e86fbdfc9a71f4c..117f0926e68a1913be2b75410af406f8ae007ccd 100644 (file)
@@ -748,6 +748,7 @@ EXTEND
           return_term loc (Ast.Ident (id, Some s))
       | s = CSYMBOL -> return_term loc (Ast.Symbol (s, 0))
       | u = URI -> return_term loc (Ast.Uri (u, None))
+      | r = NREF -> return_term loc (Ast.NRef (NReference.reference_of_string r))
       | n = NUMBER -> return_term loc (Ast.Num (n, 0))
       | IMPLICIT -> return_term loc (Ast.Implicit)
       | PLACEHOLDER -> return_term loc Ast.UserInput