X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2FcicNotationUtil.mli;h=77350a2ac9ac987f707aae624b0e30d5b3b6fd52;hb=11b2157bacf59cfc561c2ef6f92ee41ee2c1a006;hp=5a4e1c536f4bdb5f82023a0ac362e690019498f2;hpb=4514417676056e0be6cc481a931e70a627882867;p=helm.git diff --git a/helm/software/components/acic_content/cicNotationUtil.mli b/helm/software/components/acic_content/cicNotationUtil.mli index 5a4e1c536..77350a2ac 100644 --- a/helm/software/components/acic_content/cicNotationUtil.mli +++ b/helm/software/components/acic_content/cicNotationUtil.mli @@ -76,7 +76,8 @@ val group: CicNotationPt.term list -> CicNotationPt.term val ungroup: CicNotationPt.term list -> CicNotationPt.term list val find_appl_pattern_uris: - CicNotationPt.cic_appl_pattern -> UriManager.uri list + CicNotationPt.cic_appl_pattern -> + [`Uri of UriManager.uri | `NRef of NReference.reference] list val find_branch: CicNotationPt.term -> CicNotationPt.term