]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/termAcicContent.mli
parameter sintax added to axiom statement
[helm.git] / helm / software / components / acic_content / termAcicContent.mli
index 605a8f5ca36063be5b641eab2552289af0099053..bf6ee6a93498efd23714f61cdb00bd7b1a14479e 100644 (file)
@@ -68,8 +68,19 @@ val instantiate_appl_pattern:
   mk_appl:('term list -> 'term) -> 
   mk_implicit:(bool -> 'term) ->
   term_of_uri : (UriManager.uri -> 'term) ->
+  term_of_nref : (NReference.reference -> 'term) ->
   (string * 'term) list -> CicNotationPt.cic_appl_pattern ->
     'term
 
 val push: unit -> unit
 val pop: unit -> unit
+
+(* for Matita NG *)
+val find_level2_patterns32:
+ int ->
+  string * string *
+   CicNotationPt.argument_pattern list * CicNotationPt.cic_appl_pattern
+
+val add_load_patterns32: 
+ ((bool * CicNotationPt.cic_appl_pattern * int) list -> unit) -> unit
+val init: unit -> unit