]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_generator/cGSearchPattern.ml
Universes introduction
[helm.git] / helm / ocaml / mathql_generator / cGSearchPattern.ml
index a56d65959448421f872acc554e00edb194359ab8..b0d290578f87f34eb20758e6298ab83020e07719 100644 (file)
@@ -95,13 +95,13 @@ let get_constraints term =
              match s with
                 Cic.Prop -> T.Prop
               | Cic.Set -> T.Set
-              | Cic.Type -> T.Type
+              | Cic.Type _ -> T.Type (* TASSI: ?? *)
              | Cic.CProp -> T.CProp
             in
             [],[],[!!kind,s']
          | _ -> [],[],[])
-    | C.Meta _
-    | C.Implicit -> assert false
+    | C.Meta _ -> [],[],[] (* ???? To be understood *)
+    | C.Implicit -> assert false
     | C.Cast (te,_) ->
        (* type ignored *)
        process_type_aux kind te