]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bag.ml
we enabled the new style xml exportation, in particular for dual_rg
[helm.git] / helm / software / lambda-delta / basic_ag / bag.ml
index cd8d493f5d8a43d75790a4241aeaf8d2732ef4dc..8a07f55a819fd4696ccfabd61f683c2c68f67c47 100644 (file)
@@ -32,6 +32,11 @@ type lenv = (int * id * bind) list (* location, name, binder *)
 
 type message = (lenv, term) Log.item list
 
+(* helpers ******************************************************************)
+
+let mk_uri root s =
+   String.concat "/" ["ld:"; "bag"; root; s ^ ".ld"]
+
 (* Currified constructors ***************************************************)
 
 let abst w = Abst w