]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_disambiguation/disambiguateChoices.mli
the old intermediate language (meta) is now obsolete
[helm.git] / matita / components / ng_disambiguation / disambiguateChoices.mli
index cdb7004a6abcd1f163989bbcff267f6795efa28e..60a938a80b5a5b333d5226dcc58d374b4ec2f858 100644 (file)
@@ -43,16 +43,15 @@ val nlookup_num_by_dsc: string -> NCic.term codomain_item
    * @param dsc description (1st component of codomain_item)
    *)
 val lookup_symbol_by_dsc: 
+  #Interpretations.status ->
   mk_appl: ('term list -> 'term) ->
   mk_implicit: (bool -> 'term) ->
-  term_of_uri: (UriManager.uri -> 'term) ->
   term_of_nref: (NReference.reference -> 'term) ->
   string -> string -> 'term codomain_item
 
 val mk_choice:
   mk_appl: ('term list -> 'term) ->
   mk_implicit: (bool -> 'term) ->
-  term_of_uri: (UriManager.uri -> 'term) ->
   term_of_nref: (NReference.reference -> 'term) ->
   string * NotationPt.argument_pattern list *
   NotationPt.cic_appl_pattern ->