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