]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgType.mli
txtLexer: bug fix in parsing the string tokens
[helm.git] / helm / software / lambda-delta / basic_rg / brgType.mli
index b9117a3a1dc5280b40f9852cd1125e8ee3ee3a15..5d9350b496e93f588057544f9e7add2e10b74a47 100644 (file)
@@ -9,8 +9,8 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-exception TypeError of BrgReduction.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) -> 
+   Entity.status -> BrgReduction.kam -> Brg.term -> 'a