]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgType.mli
some interfaces improved
[helm.git] / helm / software / lambda-delta / basic_rg / brgType.mli
index 6ee5d57edbb804f4acca3d281235fcd272677a60..2d7a14663e27126ef76a09febbef7396ba72b8c2 100644 (file)
@@ -9,10 +9,8 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-type message = (BrgReduction.machine, Brg.term) Log.item list
-
-exception TypeError of message
+type message = (BrgReduction.kam, Brg.term) Log.message
 
 val type_of: 
-   (Brg.term -> Brg.term -> 'a) -> ?si:bool -> 
-   Hierarchy.graph -> BrgReduction.machine -> Brg.term -> 'a
+   (message -> 'a) -> (Brg.term -> Brg.term -> 'a) -> 
+   ?si:bool -> Hierarchy.graph -> BrgReduction.kam -> Brg.term -> 'a