]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagType.mli
- we implemented the hierarchy and sort names declaration in text parser
[helm.git] / helm / software / lambda-delta / basic_ag / bagType.mli
index e0ec3c3c2f1ac8cdeb50d8b60db596ba960f04fe..31a421bda51ad9178699e8c50009814efc9d94ab 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
+   (Bag.term -> Bag.term -> 'a) ->
+   Entity.status -> Bag.lenv -> Bag.term -> 'a