X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_cic_content%2Fncic2astMatcher.mli;h=47721cf4ee346a290dfe0149277e27cef8cac198;hb=8f1a123e61ff079b1f9ad63cc915470ec7e6abf3;hp=1feae63b01be371cf8cc1f98d1efefe53087013f;hpb=8a660ee06d72cfee52c707bb1d8d8be3bab0d682;p=helm.git diff --git a/matita/components/ng_cic_content/ncic2astMatcher.mli b/matita/components/ng_cic_content/ncic2astMatcher.mli index 1feae63b0..47721cf4e 100644 --- a/matita/components/ng_cic_content/ncic2astMatcher.mli +++ b/matita/components/ng_cic_content/ncic2astMatcher.mli @@ -23,12 +23,11 @@ * http://helm.cs.unibo.it/ *) -val set_reference_of_oxuri: (UriManager.uri -> NReference.reference) -> unit - module Matcher32: sig (** @param l3_patterns level 3 (CIC) patterns (AKA cic_appl_pattern) *) val compiler : + #NCic.status -> (NotationPt.cic_appl_pattern * int) list -> (NCic.term -> ((string * NCic.term) list * NCic.term list * int) option)