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