]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagType.mli
basic_rg: improved interface, unwind removed from applicability check
[helm.git] / helm / software / lambda-delta / basic_ag / bagType.mli
index 24d1f57a28611a21f0b90288a6dbe5d5e6fbcb86..e0ec3c3c2f1ac8cdeb50d8b60db596ba960f04fe 100644 (file)
@@ -9,8 +9,6 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-exception TypeError of Bag.message
-
 val type_of: 
-   (Bag.term -> Bag.term -> 'a) -> 
+   (Bag.term -> Bag.term -> 'a) -> ?si:bool ->
    Hierarchy.graph -> Bag.context -> Bag.term -> 'a