]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgUntrusted.mli
basic_rg: we improved the error reporting interface
[helm.git] / helm / software / lambda-delta / basic_rg / brgUntrusted.mli
index 7bf3c879366f38c51b870f1dbe853cb12d134b7d..e2066f99811e866987094bb4808804963fa1d63a 100644 (file)
@@ -9,5 +9,6 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-val type_check: ((Brg.term * Brg.obj) option -> 'a) -> 
-                Brg.hierarchy -> Brg.item -> 'a
+val type_check:
+   (Brg.term option -> Brg.item -> 'a) -> ?si:bool ->
+   Hierarchy.graph -> Brg.item -> 'a