]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgEnvironment.mli
Error message fixed (dereferencing must be done eagerly, not when the error is
[helm.git] / helm / software / lambda-delta / basic_rg / brgEnvironment.mli
index ddf55d7a46b20709514ec3f2bb71382fd76a8aa1..5f5d86bf37fc85a600290c252c0289d15b68357e 100644 (file)
@@ -9,8 +9,6 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-exception ObjectNotFound of string Lazy.t
+val set_entity: (Brg.entity -> 'a) -> Brg.entity -> 'a
 
-val set_obj: (Brg.obj -> 'a) -> Brg.obj -> 'a
-
-val get_obj: (Brg.obj -> 'a) -> NUri.uri -> 'a
+val get_entity: (unit -> 'a) -> (Brg.entity -> 'a) -> Brg.uri -> 'a