Cic.Constant (UriManager.name_of_uri uri,Some bo,ty,[],[])
in
let (acic,ids_to_inner_types,ids_to_inner_sorts) =
- (rendering_window ())#output#load_proof uri proof
+ (rendering_window ())#output#load_proof proof
in
!qed_set_sensitive false ;
(* let's save the theorem and register it to the getter *)
(uri,
Cic.CurrentProof (UriManager.name_of_uri uri,metasenv,bo,ty,[],[]))
in
- ignore (output#load_proof uri currentproof)
+ ignore (output#load_proof currentproof)
with
e ->
match ProofEngine.get_proof () with
try
let mml,(_,(ids_to_terms,ids_to_father_ids,ids_to_conjectures,
ids_to_hypotheses,_,_)) =
- ApplyTransformation.mml_of_cic_object uri obj
+ ApplyTransformation.mml_of_cic_object obj
in
window#set_title (UriManager.string_of_uri uri) ;
window#misc#hide () ; window#show () ;
type mml_of_cic_object =
- UriManager.uri ->
Cic.obj ->
Gdome.document *
(Cic.annobj *
end
| None -> assert false (* "ERROR: No selection!!!" *)
- method load_proof uri currentproof =
+ method load_proof currentproof =
let mml,
(acic,
(ids_to_terms,ids_to_father_ids,ids_to_conjectures,
ids_to_hypotheses,ids_to_inner_sorts,ids_to_inner_types)) =
- mml_of_cic_object uri currentproof
+ mml_of_cic_object currentproof
in
current_infos <-
Some
type mml_of_cic_object =
- UriManager.uri ->
Cic.obj ->
Gdome.document *
(Cic.annobj *
(* load_proof also returns the annotated cic term and the *)
(* ids_to_inner_types and ids_to_inner_sorts maps. *)
method load_proof :
- UriManager.uri -> Cic.obj ->
+ Cic.obj ->
Cic.annobj * (Cic.id, Cic2acic.anntypes) Hashtbl.t *
(Cic.id, string) Hashtbl.t