]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/termAcicContent.mli
- Grammar for all obj commands ported to NG (let recs and inductives still need
[helm.git] / helm / software / components / acic_content / termAcicContent.mli
index aec8d598cb7bc8f7bfa1d8a9cd8ebb12e8870993..91438d248143d1941698b5ea4af8a4e5e928f1d9 100644 (file)
@@ -65,8 +65,11 @@ val ast_of_acic:
   (** @param env environment from argument_pattern to cic terms
    * @param pat cic_appl_pattern *)
 val instantiate_appl_pattern:
-  (string * Cic.term) list -> CicNotationPt.cic_appl_pattern ->
-    Cic.term
+  mk_appl:('term list -> 'term) -> 
+  mk_implicit:(bool -> 'term) ->
+  term_of_uri : (UriManager.uri -> 'term) ->
+  (string * 'term) list -> CicNotationPt.cic_appl_pattern ->
+    'term
 
 val push: unit -> unit
 val pop: unit -> unit