]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_tactics/nTactics.ml
[ porting from CerCo's Matita ]
[helm.git] / matita / components / ng_tactics / nTactics.ml
index 9c9f0d73a18276d3bb495783a34ddd29e4a555fa..577edf9d903a889fd536aca8e127bbee60f717f4 100644 (file)
@@ -371,7 +371,7 @@ let select0_tac ~where:(wanted,hyps,where) ~job  =
    let status, instance = 
      mk_meta status newgoalctx (`Decl newgoalty) `IsTerm
    in
-   instantiate status goal instance)
+   instantiate ~refine:false status goal instance)
 ;;
 
 let select_tac ~where ~job move_down_hyps =