X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fcontent%2FnotationUtil.mli;h=ac291a2cebc72156afa5ffb44c54380a4a158832;hb=d03e9fa5ea709a937148a67fc115d894e5990063;hp=daca935876bb7509704b1bae0f5e9195786c3c23;hpb=0d2bfb98d8343b4e6cefdb506a813b7cb5749630;p=helm.git diff --git a/matita/components/content/notationUtil.mli b/matita/components/content/notationUtil.mli index daca93587..ac291a2ce 100644 --- a/matita/components/content/notationUtil.mli +++ b/matita/components/content/notationUtil.mli @@ -76,8 +76,7 @@ val group: NotationPt.term list -> NotationPt.term val ungroup: NotationPt.term list -> NotationPt.term list val find_appl_pattern_uris: - NotationPt.cic_appl_pattern -> - [`Uri of UriManager.uri | `NRef of NReference.reference] list + NotationPt.cic_appl_pattern -> NReference.reference list val find_branch: NotationPt.term -> NotationPt.term @@ -93,3 +92,7 @@ type notation_id val fresh_id: unit -> notation_id +val refresh_uri_in_term: + refresh_uri_in_term:(NCic.term -> NCic.term) -> + refresh_uri_in_reference:(NReference.reference -> NReference.reference) -> + NotationPt.term -> NotationPt.term