]> matita.cs.unibo.it Git - helm.git/commitdiff
Meta no longer raise a failure. Instead they return an empty set of
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 9 Mar 2004 09:52:33 +0000 (09:52 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 9 Mar 2004 09:52:33 +0000 (09:52 +0000)
constraints. This is just a temporary patch. To be understood.

helm/ocaml/mathql_generator/cGSearchPattern.ml

index 7640a6b7678ec1aacbcc0802dc44f10b9fb6b938..559bee6d92dc4d61f926d5f81e48a328f40d4125 100644 (file)
@@ -100,7 +100,7 @@ let get_constraints term =
             in
             [],[],[!!kind,s']
          | _ -> [],[],[])
-    | C.Meta _
+    | C.Meta _ -> [],[],[] (* ???? To be understood *)
     | C.Implicit _ -> assert false
     | C.Cast (te,_) ->
        (* type ignored *)