From 74682761ea8bf251be5b599e3ac28ec0d95f0958 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 15 Mar 2005 08:21:56 +0000 Subject: [PATCH] bugfix when user query contains metas: their context should not be analyzed as it were in main position --- helm/ocaml/metadata/metadataExtractor.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ocaml/metadata/metadataExtractor.ml b/helm/ocaml/metadata/metadataExtractor.ml index d06e9a4bf..8db0d74f5 100644 --- a/helm/ocaml/metadata/metadataExtractor.ml +++ b/helm/ocaml/metadata/metadataExtractor.ml @@ -80,7 +80,7 @@ let compute_term pos term = (fun set context -> match context with | None -> set - | Some term -> aux pos set term) + | Some term -> aux (next_pos pos) set term) set local_context | Cic.Sort sort -> -- 2.39.2