]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgEnvironment.mli
Some changes towards integration of setoid-rewriting.
[helm.git] / helm / software / lambda-delta / basic_rg / brgEnvironment.mli
index ddf55d7a46b20709514ec3f2bb71382fd76a8aa1..1f51f1e61e32f1860e5229eaccc728ba30d08852 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 -> Brg.entity
 
-val set_obj: (Brg.obj -> 'a) -> Brg.obj -> 'a
-
-val get_obj: (Brg.obj -> 'a) -> NUri.uri -> 'a
+val get_entity: Brg.uri -> Brg.entity