X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationUtil.mli;h=1a7d7d6f4e4d5c0cc7527acae5dc573f86016f1c;hb=08791e80816548121e81e04d3ead8c9a5171d033;hp=760d95ae923410a1bb70302e49cadccfbb866ea6;hpb=f7759f86b755f4f7dc2b23edd52ed4d2e5c028fe;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationUtil.mli b/helm/ocaml/cic_notation/cicNotationUtil.mli index 760d95ae9..1a7d7d6f4 100644 --- a/helm/ocaml/cic_notation/cicNotationUtil.mli +++ b/helm/ocaml/cic_notation/cicNotationUtil.mli @@ -46,3 +46,8 @@ val ncombine: 'a list list -> 'a list list val string_of_literal: CicNotationPt.literal -> string +val boxify: CicNotationPt.term list -> CicNotationPt.term + +val find_appl_pattern_uris: + CicNotationPt.cic_appl_pattern -> UriManager.uri list +