mathql_generator : MQueryLevels2.ml patched (namespaces removed from sorts)
-requires="helm-cic helm-cic_textual_parser postgres natile-galax helm-mathql"
+requires="helm-cic helm-cic_textual_parser postgres helm-mathql"
+#natile-galax
version="1.3"
archive(byte)="mathql_interpreter.cma"
archive(native)="mathql_interpreter.cmxa"
| Branch _ ->
let s' =
match s with
- Cic.Prop ->
- "http://www.cs.unibo.it/helm/schemas/schema-helm#Prop"
- | Cic.Set ->
- "http://www.cs.unibo.it/helm/schemas/schema-helm#Set"
- | Cic.Type ->
- "http://www.cs.unibo.it/helm/schemas/schema-helm#Type"
+ Cic.Prop -> "Prop"
+ | Cic.Set -> "Set"
+ | Cic.Type -> "Type"
in
let kind',depth = !!kind in
(match depth with
PACKAGE = mathql_interpreter
-REQUIRES = helm-cic helm-cic_textual_parser \
- postgres natile-galax helm-mathql
+REQUIRES = helm-cic helm-cic_textual_parser helm-mathql postgres
+#natile-galax
PREDICATES =