]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/termAcicContent.mli
unification hints almost ready
[helm.git] / helm / software / components / acic_content / termAcicContent.mli
index def5b0a1bb9a6834d24d60d61cce87bcbad2072a..91438d248143d1941698b5ea4af8a4e5e928f1d9 100644 (file)
@@ -65,6 +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