]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgType.mli
basic_rg: more improvements to the error reporting interface
[helm.git] / helm / software / lambda-delta / basic_rg / brgType.mli
index b9117a3a1dc5280b40f9852cd1125e8ee3ee3a15..6ee5d57edbb804f4acca3d281235fcd272677a60 100644 (file)
@@ -9,7 +9,9 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-exception TypeError of BrgReduction.message
+type message = (BrgReduction.machine, Brg.term) Log.item list
+
+exception TypeError of message
 
 val type_of: 
    (Brg.term -> Brg.term -> 'a) -> ?si:bool ->