]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bag.ml
- we now add the kernel options in the preamble of the URI hierarchy
[helm.git] / helm / software / lambda-delta / basic_ag / bag.ml
index 8a07f55a819fd4696ccfabd61f683c2c68f67c47..1aa9b62e749a79b5f2494ce0d09b67932235584f 100644 (file)
@@ -34,8 +34,9 @@ type message = (lenv, term) Log.item list
 
 (* helpers ******************************************************************)
 
-let mk_uri root s =
-   String.concat "/" ["ld:"; "bag"; root; s ^ ".ld"]
+let mk_uri si root s =
+   let kernel = if si then "bag-si" else "bag" in
+   String.concat "/" ["ld:"; kernel; root; s ^ ".ld"]
 
 (* Currified constructors ***************************************************)