X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fhelena%2Fsrc%2Fbasic_ag%2FbagSubstitution.mli;h=d6dd6576c2f002f65136456c8f0fd48cf9879de3;hb=2e97c767bc072f5ba238725ff1f738fc91a0135a;hp=b48c056df33fea395c16c2dec01f29f3f619516d;hpb=95872555aaa040a22ad2d93cb1278f79e20da70c;p=helm.git diff --git a/helm/software/helena/src/basic_ag/bagSubstitution.mli b/helm/software/helena/src/basic_ag/bagSubstitution.mli index b48c056df..d6dd6576c 100644 --- a/helm/software/helena/src/basic_ag/bagSubstitution.mli +++ b/helm/software/helena/src/basic_ag/bagSubstitution.mli @@ -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