]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_ag/bagType.mli
- conditional compilation continues ...
[helm.git] / helm / software / helena / src / basic_ag / bagType.mli
index 3af585c3f88deab5b7b87022c0add1000de564eb..be444c93ebe8793702c4d0ed2e4c5c69d7cc8188 100644 (file)
@@ -9,7 +9,11 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+IFDEF TYPE THEN
+
 val type_of: 
    (Bag.message -> 'a) ->
    (Bag.term -> Bag.term -> 'a) ->
    Layer.status -> Bag.lenv -> Bag.term -> 'a
+
+END