]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/disambiguation/disambiguate.ml
Huge commit with several changes:
[helm.git] / helm / software / components / disambiguation / disambiguate.ml
index fa63d1f484e6daca79d910587dafd579fcf5ed15..ca6146e5614011db63632dbea398e7a9bca109a4 100644 (file)
@@ -310,6 +310,7 @@ let rec domain_of_term ?(loc = HExtlib.dummy_floc) ~context = function
                 [] subst in
             [ Node ([loc], Id name, terms) ]))
   | Ast.Uri _ -> []
+  | Ast.NRef _ -> []
   | Ast.Implicit -> []
   | Ast.Num (num, i) -> [ Node ([loc], Num i, []) ]
   | Ast.Meta (index, local_context) ->