]> 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 dd8e9a8f6462cbc29455eefea90749ab1eb1f5ef..7e17242a99f9c60f384e76eed6721ef1fb6931ae 100644 (file)
@@ -9,6 +9,10 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+IFDEF TYPE THEN
+
 val type_of: 
    (BrgReduction.message -> 'a) -> (Brg.term -> Brg.term -> 'a) -> 
-   Status.status -> BrgReduction.kam -> Brg.term -> 'a
+   Layer.status -> BrgReduction.rtm -> Brg.term -> 'a
+
+END