]> 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 05845ce6180db619090662d932d95c76a83d975a..5d9350b496e93f588057544f9e7add2e10b74a47 100644 (file)
@@ -9,7 +9,8 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-exception TypeError of Brg.message
+type message = (BrgReduction.kam, Brg.term) Log.message
 
 val type_of: 
-   (Brg.term -> 'a) -> Brg.hierarchy -> Brg.context -> Brg.term -> 'a
+   (message -> 'a) -> (Brg.term -> Brg.term -> 'a) -> 
+   Entity.status -> BrgReduction.kam -> Brg.term -> 'a