]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/content/notationUtil.mli
- support fof global alpha-conversion with hyperlinks
[helm.git] / matita / components / content / notationUtil.mli
index daca935876bb7509704b1bae0f5e9195786c3c23..ac291a2cebc72156afa5ffb44c54380a4a158832 100644 (file)
@@ -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