]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgEnvironment.mli
basic_rg: we improved the error reporting interface
[helm.git] / helm / software / lambda-delta / basic_rg / brgEnvironment.mli
index 8f9f8b1b070b8b4062947f2dfbb0f9394c0e34a3..ee59f37d31ae05e103546d630f776e69477c1d22 100644 (file)
@@ -9,8 +9,6 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-exception ObjectNotFound of Brg.message
-
 val set_obj: (Brg.obj -> 'a) -> Brg.obj -> 'a
 
-val get_obj: (Brg.obj -> 'a) -> NUri.uri -> 'a
+val get_obj: (unit -> 'a) -> (Brg.obj -> 'a) -> NUri.uri -> 'a