]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgType.mli
- proper KAM with closures implemented for the brg kernel
[helm.git] / helm / software / lambda-delta / basic_rg / brgType.mli
index 26a33509cd7726850fce98720d2270249de1bdd8..21513237828d795d73e44c0aa591e3a256282021 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) -> 
-   Hierarchy.graph -> Brg.context -> Brg.term -> 'a
-
-val si: bool ref
+   (Brg.term -> Brg.term -> 'a) -> ?si:bool -> 
+   Hierarchy.graph -> BrgReduction.machine -> Brg.term -> 'a