]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgType.mli
basic_rg: we improved the error reporting interface
[helm.git] / helm / software / lambda-delta / basic_rg / brgType.mli
index 78c49ae8b4141ad50f5b36bb344070d839b5937f..b9117a3a1dc5280b40f9852cd1125e8ee3ee3a15 100644 (file)
@@ -9,7 +9,7 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-exception TypeError of Brg.message
+exception TypeError of BrgReduction.message
 
 val type_of: 
    (Brg.term -> Brg.term -> 'a) -> ?si:bool ->