]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_rg/brgType.mli
λδ web site update
[helm.git] / helm / software / helena / src / basic_rg / brgType.mli
index 1692676623e41935ac02634cb0229e0f9ec060d0..7e17242a99f9c60f384e76eed6721ef1fb6931ae 100644 (file)
@@ -9,8 +9,10 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-type message = (BrgReduction.kam, Brg.term) Log.message
+IFDEF TYPE THEN
 
 val type_of: 
-   (message -> 'a) -> (Brg.term -> Brg.term -> 'a) -> 
-   Status.status -> BrgReduction.kam -> Brg.term -> 'a
+   (BrgReduction.message -> 'a) -> (Brg.term -> Brg.term -> 'a) -> 
+   Layer.status -> BrgReduction.rtm -> Brg.term -> 'a
+
+END