]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_kernel/nCicEnvironment.ml
One Obj.magic implemented, trust changed to false.
[helm.git] / helm / software / components / ng_kernel / nCicEnvironment.ml
1
2 let get_checked_obj nuri =
3   let ouri = NUriManager.ouri_of_nuri nuri in
4   let o,_ = 
5     CicEnvironment.get_cooked_obj ~trust:false CicUniv.oblivion_ugraph 
6       ouri 
7   in
8     OCic2NCic.convert_obj o