]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteTypes.mli
Useless GrafiteTypes.get_baseuri removed.
[helm.git] / helm / software / components / grafite_engine / grafiteTypes.mli
index c30beead02301170bf77e08cb3ea9dbcf5183867..34e3d09660c0b2e8c7a809d324bdd46a006d7d3d 100644 (file)
@@ -76,8 +76,6 @@ val dump_status : status -> unit
   (** list is not reversed, head command will be the first emitted *)
 val add_moo_content: GrafiteMarshal.ast_command list -> status -> status
 
-val get_baseuri: status -> string 
-
 val get_current_proof: status -> ProofEngineTypes.proof
 val get_proof_metasenv: status ->  Cic.metasenv
 val get_stack: status -> Continuationals.Stack.t