]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/acic2Ast.mli
prima implementazione di demodulate, superposition_left e superposition_right
[helm.git] / helm / ocaml / cic_transformations / acic2Ast.mli
index c0f1309bfce6b866c876d586742e317e990173da..411057cffbd8d7b1470d325358710492c5bef713 100644 (file)
@@ -24,7 +24,7 @@
  *)
 
 val ast_of_acic :
-  (Cic.id, string) Hashtbl.t -> (* id -> sort *)
+  (Cic.id, Cic2acic.sort_kind) Hashtbl.t -> (* id -> sort *)
 (*
   (Cic.id, string) Hashtbl.t -> (* id -> uri *)
   (string,
@@ -32,5 +32,6 @@ val ast_of_acic :
      CicAst.term)
    Hashtbl.t ->
 *)
-    Cic.annterm -> CicAst.term * (Cic.id, string) Hashtbl.t
+    Cic.annterm ->
+      CicAst.term * (Cic.id, string) Hashtbl.t  (* ast, id -> uri *)