]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_ag/bagUntrusted.mli
- conditional compilation continues ...
[helm.git] / helm / software / helena / src / basic_ag / bagUntrusted.mli
index c9b0b7c4d4316a34fe1256528355dc48c034c6dd..41188ff21dbcd45900bbe235584c6f061c5bdfbf 100644 (file)
@@ -9,6 +9,10 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+IFDEF TYPE THEN
+
 val type_check:
    (Bag.message -> 'a) -> (Bag.term -> Bag.entity -> 'a) ->
    Layer.status -> Bag.entity -> 'a
+
+END