]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_cic_content/ncic2astMatcher.mli
HUGE COMMIT:
[helm.git] / matita / components / ng_cic_content / ncic2astMatcher.mli
index 5d1e2c571ea88a6d2cf01dae746107df7fcac4d0..47721cf4ee346a290dfe0149277e27cef8cac198 100644 (file)
@@ -27,6 +27,7 @@ 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)