]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_cic_content/ncic2astMatcher.mli
update in ground_2 and basic_2
[helm.git] / matitaB / components / ng_cic_content / ncic2astMatcher.mli
index 47721cf4ee346a290dfe0149277e27cef8cac198..50c5e446790b5b717a134da62c8ebcc845ba9ff4 100644 (file)
@@ -27,7 +27,7 @@ module Matcher32:
 sig
   (** @param l3_patterns level 3 (CIC) patterns (AKA cic_appl_pattern) *)
   val compiler :
-   #NCic.status ->
+   #NCicEnvironment.status ->
     (NotationPt.cic_appl_pattern * int) list ->
       (NCic.term ->
         ((string * NCic.term) list * NCic.term list * int) option)