]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/grafiteDisambiguate.ml
termAcicContent is logic independent (despite its name) thus it
[helm.git] / helm / software / components / grafite_parser / grafiteDisambiguate.ml
index e94507a86bc28a7286be49d1bcad1474752bebd5..9c12d1173c6c9b212e021f52b71e24b1d7ea863b 100644 (file)
@@ -78,6 +78,7 @@ let ncic_mk_choice = function
            (NCic.Appl l)::tl -> NCic.Appl (l@tl) | l -> NCic.Appl l)
         ~term_of_uri:(fun uri ->
            fst (OCic2NCic.convert_term uri (CicUtil.term_of_uri uri)))
+        ~term_of_nref:(fun nref -> NCic.Const nref)
        name dsc
   | LexiconAst.Number_alias (_, dsc) -> 
        let desc,f = DisambiguateChoices.lookup_num_by_dsc dsc in