]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMisc.mli
- added support for -debug, which avoid catching top level exceptions (still useless...
[helm.git] / helm / matita / matitaMisc.mli
index 9cbada588600a5ace3e72e1e592ff8fb78ab2b21..21045c0a3b1134e5429c50ab2296fcedf979dd96 100644 (file)
@@ -25,7 +25,8 @@
 
 val baseuri_of_file : string -> string 
 
-val baseuri_of_baseuri_decl : ('a, 'b, 'c) GrafiteAst.statement -> string option
+val baseuri_of_baseuri_decl:
+  ('a, 'b, 'c, 'd, 'e) GrafiteAst.statement -> string option
 
   (** check whether no objects are defined below a given baseuri *)
 val is_empty: string -> bool
@@ -112,7 +113,6 @@ val get_proof_status: MatitaTypes.status -> ProofEngineTypes.status
 val get_proof_metasenv: MatitaTypes.status ->  Cic.metasenv
 val get_proof_context: MatitaTypes.status -> Cic.context 
 val get_proof_conclusion: MatitaTypes.status -> Cic.term 
-val get_proof_aliases: MatitaTypes.status -> DisambiguateTypes.environment 
 
   (** given the base name of an image, returns its full path *)
 val image_path: string -> string