]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/metadata/create2/mk_forward/mk_forward.ml
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / metadata / create2 / mk_forward / mk_forward.ml
index 80ed9caf51b1f36d98a9a05f799da5b739b8f036..e97ed33476e05b2c3e7072e2fca30a39dd1a89c1 100644 (file)
@@ -134,7 +134,7 @@ let output_file cic_string_uri rdf_string_uri =
        X.xml_nempty "rdf:RDF"
         ["xml:lang","en" ;
          "xmlns:rdf","http://www.w3.org/1999/02/22-rdf-syntax-ns#";
-         "xmlns:h","http:/www.cs.unibo.it/helm/schemas/schema-h.rdf#"]
+         "xmlns:h","http://www.cs.unibo.it/helm/schemas/schema-h.rdf#"]
 
         (try
           Stream.empty content ; (* raise Stream.failure if not empty *)
@@ -207,7 +207,6 @@ let process_type term =
     | C.Appl _ -> assert false
     | C.Const (uri,_) ->
        UriHash.add_uri (U.string_of_uri uri) kind
-    | C.Abst _ -> assert false
     | C.MutInd (uri,_,typeno) ->
        H.add_uri
         (U.string_of_uri uri ^ "#xpointer(1/" ^
@@ -267,7 +266,6 @@ let process_body =
        List.iter process_body_aux l
     | C.Const (uri,_) ->
        UriHash.add_uri (U.string_of_uri uri) H.InBody
-    | C.Abst _ -> assert false
     | C.MutInd (uri,_,typeno) ->
        H.add_uri
         (U.string_of_uri uri ^ "#xpointer(1/" ^