]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_rg/brgType.mli
- conditional compilation continues ...
[helm.git] / helm / software / helena / src / basic_rg / brgType.mli
index 2a244209708bdf2ec720924d3ccda2bf04672a04..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) -> 
    Layer.status -> BrgReduction.rtm -> Brg.term -> 'a
+
+END