aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/refine.mli
blob: 86d4e9c34fe306e2f6c7418472ff4cf828b25ebb (plain)
1
2
3
4
5
6
7
8

(*i $Id$ i*)

open Term
open Tacmach

val refine : (int * constr) list * constr -> tactic
val refine_tac : (int * constr) list * constr -> tactic