]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgType.mli
- xml exportation activated for the brg kernel
[helm.git] / helm / software / lambda-delta / basic_rg / brgType.mli
index ccccaedfa0f640ffc7613bd45b3eb02b8ceb5263..99aef9506f650f51ccb911f9801fe7f2d30bf891 100644 (file)
@@ -9,7 +9,6 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-exception TypeError of Brg.message
-
 val type_of: 
-   (Brg.term -> 'a) -> Hierarchy.graph -> Brg.context -> Brg.term -> 'a
+   (Brg.term -> Brg.term -> 'a) -> ?si:bool -> 
+   Hierarchy.graph -> Brg.context -> Brg.term -> 'a