]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagType.mli
Minor bag fixed, relative to failures.
[helm.git] / helm / software / lambda-delta / basic_ag / bagType.mli
index 24d1f57a28611a21f0b90288a6dbe5d5e6fbcb86..d44b1cfe2e9d652a1ec30247ebe07c14df22b4e0 100644 (file)
@@ -12,5 +12,5 @@
 exception TypeError of Bag.message
 
 val type_of: 
-   (Bag.term -> Bag.term -> 'a) -> 
-   Hierarchy.graph -> Bag.context -> Bag.term -> 'a
+   (Bag.term -> Bag.term -> 'a) -> ?si:bool ->
+   Hierarchy.graph -> Bag.lenv -> Bag.term -> 'a