]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_ag/bagSubstitution.mli
update in basic_2 and static_2
[helm.git] / helm / software / helena / src / basic_ag / bagSubstitution.mli
index 45325ab4412f29fc325a397f8e2dd6e15d65d862..d6dd6576c2f002f65136456c8f0fd48cf9879de3 100644 (file)
@@ -9,4 +9,8 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+IFDEF TYPE THEN
+
 val subst: (Bag.term -> 'a) -> Marks.mark -> Marks.mark -> Bag.term -> 'a
+
+END