]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_ag/bagEnvironment.mli
- conditional compilation continues ...
[helm.git] / helm / software / helena / src / basic_ag / bagEnvironment.mli
index 4a44c05fee33258ac883381c8eb12a5d76cd956a..4152803aa0e14b3cde662e1790a4c1f9ee433e39 100644 (file)
@@ -9,8 +9,12 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+IFDEF TYPE THEN
+
 exception ObjectNotFound of Bag.message
 
 val set_entity: (Bag.entity -> 'a) -> Bag.entity -> 'a
 
 val get_entity: (Bag.entity -> 'a) -> Bag.uri -> 'a
+
+END