From cb6e626320bd85ebef29fdb7abbb26dd72c32775 Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Mon, 6 Sep 2004 11:28:23 +0000 Subject: [PATCH] bug in constraint generation for variables fixed --- helm/ocaml/mathql_generator/cGMatchConclusion.ml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helm/ocaml/mathql_generator/cGMatchConclusion.ml b/helm/ocaml/mathql_generator/cGMatchConclusion.ml index 42d52a7ac..8d6aed908 100644 --- a/helm/ocaml/mathql_generator/cGMatchConclusion.ml +++ b/helm/ocaml/mathql_generator/cGMatchConclusion.ml @@ -72,8 +72,11 @@ let levels_of_term metasenv context term = | Cic.Sort _ -> l | Cic.Implicit _ -> l | Cic.Var (u,exp_named_subst) -> - let l' = inspect_uri main l u [] v term in + inspect_exp_named_subst l (succ v) exp_named_subst +(* + let l' = inspect_uri main l u [] v term in inspect_exp_named_subst l' (succ v) exp_named_subst +*) | Cic.Const (u,exp_named_subst) -> let l' = inspect_uri main l u [] v term in inspect_exp_named_subst l' (succ v) exp_named_subst -- 2.39.2