]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagType.mli
some renaming and some interfaces improved
[helm.git] / helm / software / lambda-delta / basic_ag / bagType.mli
index e0ec3c3c2f1ac8cdeb50d8b60db596ba960f04fe..d44b1cfe2e9d652a1ec30247ebe07c14df22b4e0 100644 (file)
@@ -9,6 +9,8 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+exception TypeError of Bag.message
+
 val type_of: 
    (Bag.term -> Bag.term -> 'a) -> ?si:bool ->
-   Hierarchy.graph -> Bag.context -> Bag.term -> 'a
+   Hierarchy.graph -> Bag.lenv -> Bag.term -> 'a