]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/tacticChaser.ml
s/List.find.../CicUtil.lookup_meta/
[helm.git] / helm / ocaml / tactics / tacticChaser.ml
index 06333d2316582b4615dc4a3618536643539752a5..7270b70b3d5e0be8d09fe1a4f13e7d8a7518be9c 100644 (file)
@@ -40,7 +40,7 @@ module G = MQueryGenerator
   (* search arguments on which Apply tactic doesn't fail *)
 let matchConclusion mqi_handle ?(output_html = (fun _ -> ())) ~choose_must () ~status =
  let ((_, metasenv, _, _), metano) = status in
- let (_, ey ,ty) = List.find (function (m,_,_) -> m=metano) metasenv in
+ let (_, ey ,ty) = CicUtil.lookup_meta metano metasenv in
   let list_of_must, only = CGMatchConclusion.get_constraints metasenv ey ty in
   let must = choose_must list_of_must only in
   let result =