X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_ag%2Fbag.ml;h=0ca3140151d4e5eefaa3f0d90aa92eec43d0ab5f;hb=11b2157bacf59cfc561c2ef6f92ee41ee2c1a006;hp=d0c193a2a71a0ad4528d21952320ae93ea022181;hpb=338e3e5c639fbcfeeb347a0121cacc6c0f1fc42a;p=helm.git diff --git a/helm/software/lambda-delta/basic_ag/bag.ml b/helm/software/lambda-delta/basic_ag/bag.ml index d0c193a2a..0ca314015 100644 --- a/helm/software/lambda-delta/basic_ag/bag.ml +++ b/helm/software/lambda-delta/basic_ag/bag.ml @@ -55,6 +55,8 @@ let location = ref 0 let new_location () = let loc = !location in incr location; loc +let locations () = !location + (* context handling functions ***********************************************) let empty_context = []