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