]> 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 5b351cca448a709397cfef5be0a750c99d93e515..21513237828d795d73e44c0aa591e3a256282021 100644 (file)
@@ -9,7 +9,6 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-exception TypeError of string Lazy.t
-
-val type_of: (Brg.term -> 'a) -> 
-             Brg.hierarchy -> BrgReduction.context -> Brg.term -> 'a
+val type_of: 
+   (Brg.term -> Brg.term -> 'a) -> ?si:bool -> 
+   Hierarchy.graph -> BrgReduction.machine -> Brg.term -> 'a