]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgUntrusted.mli
- common/entity: new format for kernel entities
[helm.git] / helm / software / lambda-delta / basic_rg / brgUntrusted.mli
index 7bf3c879366f38c51b870f1dbe853cb12d134b7d..9c0568f10f7c8f9d2e01002772267d77e3d4cc7b 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:
+   (BrgType.message -> 'a) -> (Brg.term -> Brg.entity -> 'a) -> 
+   ?si:bool -> Hierarchy.graph -> Brg.entity -> 'a