]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_rg/brgUntrusted.mli
the commit continues with the support for validation (inactive for now)
[helm.git] / helm / software / helena / src / basic_rg / brgUntrusted.mli
index eb3136da21b27b434f7be641dbea0c77a7751154..a93abd5b6d0f108a9b1efe5ca227d738192c35ff 100644 (file)
@@ -10,5 +10,9 @@
       V_______________________________________________________________ *)
 
 val type_check:
-   (BrgType.message -> 'a) -> (Brg.term -> Brg.entity -> 'a) -> 
+   (BrgReduction.message -> 'a) -> (Brg.term -> Brg.entity -> 'a) -> 
+   Status.status -> Brg.entity -> 'a
+
+val validate:
+   (BrgReduction.message -> 'a) -> (unit -> 'a) -> 
    Status.status -> Brg.entity -> 'a