]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/declarative.ml
"21" -> "Implicit found"
[helm.git] / helm / software / components / tactics / declarative.ml
index 4a7d3e52c6329263d838cf063b6aa9020743d051..4dcf38b6d56fc6f032fb00bc9aa62481906c6a44 100644 (file)
@@ -55,8 +55,8 @@ let by_term_we_proved ~dbd t ty id ty' =
    match ty' with
       None -> Tacticals.id_tac
     | Some ty' ->
-       Tactics.change ~pattern:(None,[id,Cic.Implicit (Some `Hole)],None)
-        (fun _ metasenv ugraph -> ty,metasenv,ugraph)
+        Tactics.change ~pattern:(None,[id,Cic.Implicit (Some `Hole)],None)
+         (fun _ metasenv ugraph -> ty',metasenv,ugraph)
   in
    Tacticals.thens
    ~start: