X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicEnvironment.mli;h=fe87fc4afc57e9141584a11a437cce9eaa28b3a2;hb=7e9904185ceff75884783dbf0bad506b8521b857;hp=5c10c81a37ea150f77be59597f6762de3363ea0c;hpb=de36c6322dde3866f3da822f1795cc518233c79f;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicEnvironment.mli b/helm/ocaml/cic_proof_checking/cicEnvironment.mli index 5c10c81a3..fe87fc4af 100644 --- a/helm/ocaml/cic_proof_checking/cicEnvironment.mli +++ b/helm/ocaml/cic_proof_checking/cicEnvironment.mli @@ -41,7 +41,6 @@ exception Object_not_found of UriManager.uri;; (* as the get cooked, but if not present the object is only fetched, * not unfreezed and committed - * @raise Object_not_found *) val get_obj : CicUniv.universe_graph -> UriManager.uri -> @@ -83,10 +82,10 @@ val set_type_checking_info : val add_type_checked_term : UriManager.uri -> (Cic.obj * CicUniv.universe_graph) -> unit - (** remove a type checked term + (** remove a type checked object * @raise Term_not_found when given term is not in the environment * @raise Failure when remove_term is invoked while type checking *) -val remove_term: UriManager.uri -> unit +val remove_obj: UriManager.uri -> unit (* get_cooked_obj ~trust uri *) (* returns the object if it is already type-checked or if it can be *)