]> matita.cs.unibo.it Git - helm.git/commitdiff
renaming "remove_term" -> "remove_obj"
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 10 Feb 2005 15:54:44 +0000 (15:54 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 10 Feb 2005 15:54:44 +0000 (15:54 +0000)
helm/ocaml/cic_proof_checking/cicEnvironment.ml
helm/ocaml/cic_proof_checking/cicEnvironment.mli

index 05467185b1929faf6d266d176355a96d267c3c87..182f8b7d9e993bf3ea6bc420f3e2ecbd9a5ed3a9 100644 (file)
@@ -686,7 +686,7 @@ let in_library uri =
     true
   with Http_getter_types.Key_not_found _ -> false)
 
-let remove_term = Cache.remove
+let remove_obj = Cache.remove
   
 let list_uri () = 
   Cache.list_all_cooked_uris ()
index 5c10c81a37ea150f77be59597f6762de3363ea0c..0a8b25c256c044640368a2afe86363fb18b34bae 100644 (file)
@@ -83,10 +83,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 *)