]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic_disambiguation/disambiguateChoices.mli
see the previous commit
[helm.git] / helm / software / components / cic_disambiguation / disambiguateChoices.mli
index f40c7aa9f4b8e139eff592b5aa1ef41b77dcabe6..ddc05b4a5cba54f9c1d02a4e49883b982d6e37cf 100644 (file)
@@ -48,6 +48,7 @@ val lookup_symbol_by_dsc:
   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 cic_lookup_symbol_by_dsc: 
@@ -57,6 +58,7 @@ 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 * CicNotationPt.argument_pattern list *
   CicNotationPt.cic_appl_pattern ->
     'term codomain_item