]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_generator/cGMatchConclusion.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / mathql_generator / cGMatchConclusion.ml
index 1e721a456bf1d99795ea367d96032e04807ba431..70dfde4755b1aa8ffed2ef4175943d6e2426d8d0 100644 (file)
@@ -50,7 +50,7 @@ let levels_of_term metasenv context term =
          | Cic.Prod (_, _, t) -> degree_aux t
          | _                  -> 2
       in 
-      let u = TC.type_of_aux' metasenv context t in
+      let u,_ = TC.type_of_aux' metasenv context t CicUniv.empty_ugraph in
       degree_aux (Red.whd context u)
    in
    let entry_eq (s1, b1, v1) (s2, b2, v2) =