aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/refine.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/refine.mli')
-rw-r--r--tactics/refine.mli11
1 files changed, 0 insertions, 11 deletions
diff --git a/tactics/refine.mli b/tactics/refine.mli
deleted file mode 100644
index 1be6d1f01..000000000
--- a/tactics/refine.mli
+++ /dev/null
@@ -1,11 +0,0 @@
-(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2012 *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(************************************************************************)
-
-open Tacmach
-
-val refine : Evd.open_constr -> unit Proofview.tactic