]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgType.mli
the TypeError exception is back in place inside the Type modules
[helm.git] / helm / software / lambda-delta / basic_rg / brgType.mli
index 21513237828d795d73e44c0aa591e3a256282021..78c49ae8b4141ad50f5b36bb344070d839b5937f 100644 (file)
@@ -9,6 +9,8 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+exception TypeError of Brg.message
+
 val type_of: 
    (Brg.term -> Brg.term -> 'a) -> ?si:bool -> 
    Hierarchy.graph -> BrgReduction.machine -> Brg.term -> 'a