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