]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brg.ml
we enabled the new style xml exportation, in particular for dual_rg
[helm.git] / helm / software / lambda-delta / basic_rg / brg.ml
index 373f5342feb091dd68032a03e3dcf7d36a6cf60e..baa83afed3741ca6f94637fec132262d7294a851 100644 (file)
@@ -33,6 +33,11 @@ type lenv = Null
 (* Cons: tail, relative local environment, binder *) 
              | Cons of lenv * lenv option * bind 
 
+(* helpers ******************************************************************)
+
+let mk_uri root s =
+   String.concat "/" ["ld:"; "brg"; root; s ^ ".ld"]
+
 (* Currified constructors ***************************************************)
 
 let abst a w = Abst (a, w)