]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/content/notationUtil.mli
- refreshing of uris in NotationPt.terms implemented
[helm.git] / matita / components / content / notationUtil.mli
index f1c96c5364a27c574b70822cd55fa7171925f324..ac291a2cebc72156afa5ffb44c54380a4a158832 100644 (file)
@@ -92,4 +92,7 @@ type notation_id
 
 val fresh_id: unit -> notation_id
 
-val refresh_uri_in_term: NotationPt.term -> NotationPt.term
+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