X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fhelena%2Fsrc%2Fbasic_ag%2FbagSubstitution.mli;h=d6dd6576c2f002f65136456c8f0fd48cf9879de3;hb=2e97c767bc072f5ba238725ff1f738fc91a0135a;hp=45325ab4412f29fc325a397f8e2dd6e15d65d862;hpb=977faf4820cd8ff5e2f0a5249161bbb92ae4b097;p=helm.git diff --git a/helm/software/helena/src/basic_ag/bagSubstitution.mli b/helm/software/helena/src/basic_ag/bagSubstitution.mli index 45325ab44..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_______________________________________________________________ *) +IFDEF TYPE THEN + val subst: (Bag.term -> 'a) -> Marks.mark -> Marks.mark -> Bag.term -> 'a + +END