]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/content2pres.mli
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / ocaml / cic_transformations / content2pres.mli
index 6a99f1b99f52b9422119ca8734257cf0242aaf23..9b7411685675e17c166940d15908fdf8ca4b3e08 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-val proof2pres : 
-  ('a -> Mpresentation.mpres) ->
-  'a Cic2content.proof ->
-  Mpresentation.mpres
-(* val content2pres : Cic.annterm Cic2content.proof -> Mpresentation.mpres *)
-
-
-
-
-
-
+val content2pres :
+ ids_to_inner_sorts:(Cic.id, string) Hashtbl.t ->
+  Cic.annterm Content.cobj -> Mpresentation.mpres