]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgType.mli
fixed some typos
[helm.git] / helm / software / lambda-delta / basic_rg / brgType.mli
index dc6fc998d756d1955da8081ccd0bb3dcc48f0a35..26a33509cd7726850fce98720d2270249de1bdd8 100644 (file)
@@ -9,7 +9,10 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-exception TypeError of (BrgReduction.context, Brg.term) Log.item list
+exception TypeError of Brg.message
 
-val type_of: (Brg.term -> 'a) -> 
-             Brg.hierarchy -> BrgReduction.context -> Brg.term -> 'a
+val type_of: 
+   (Brg.term -> Brg.term -> 'a) -> 
+   Hierarchy.graph -> Brg.context -> Brg.term -> 'a
+
+val si: bool ref