]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bag.ml
- improved logging
[helm.git] / helm / software / lambda-delta / basic_ag / bag.ml
index d0c193a2a71a0ad4528d21952320ae93ea022181..0ca3140151d4e5eefaa3f0d90aa92eec43d0ab5f 100644 (file)
@@ -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 = []